Showing 1 changed files with 4 additions and 2 deletions
+4 -2
.htaccess
... ...
@@ -1,3 +1,5 @@
1
-<Files ~ gitprep.cgi>
2
-  Deny from all
1
+deny from all
2
+
3
+<Files ~ "gitprep\.cgi">
4
+allow from all
3 5
 </Files>