Added some deny rules to prevent direct access on files
Bernd Wurst

Bernd Wurst commited on 2012-03-11 18:19:43
Zeige 5 geänderte Dateien mit 13 Einfügungen und 0 Löschungen.

... ...
@@ -3,6 +3,11 @@
3 3
   Deny from all
4 4
 </Files>
5 5
 
6
+<Files config.sample.php >
7
+  Order allow,deny
8
+  Deny from all
9
+</Files>
10
+
6 11
 RewriteEngine On
7 12
 RewriteRule ^go/(.*)$  dispatch.php?go=$1&%{QUERY_STRING}
8 13
 
... ...
@@ -0,0 +1,2 @@
1
+Order Allow,Deny
2
+Deny from all
... ...
@@ -0,0 +1,2 @@
1
+Order Allow,Deny
2
+Deny from all
... ...
@@ -0,0 +1,2 @@
1
+Order Allow,Deny
2
+Deny from all
... ...
@@ -0,0 +1,2 @@
1
+Order Allow,Deny
2
+Deny from all
0 3