Prechádzať zdrojové kódy

Put sample .htaccess in all directories browser does not access directly

pdontthink 16 rokov pred
rodič
commit
77b3c3d037

+ 1 - 0
class/.htaccess

@@ -0,0 +1 @@
+Deny from All

+ 1 - 0
config/.htaccess

@@ -0,0 +1 @@
+Deny from All

+ 5 - 0
contrib/.htaccess

@@ -0,0 +1,5 @@
+Order Deny,Allow
+Deny from All
+Allow from 127
+Allow from 10
+Allow from 192

+ 1 - 0
functions/.htaccess

@@ -0,0 +1 @@
+Deny from All

+ 1 - 0
help/.htaccess

@@ -0,0 +1 @@
+Deny from All

+ 1 - 0
include/.htaccess

@@ -0,0 +1 @@
+Deny from All

+ 1 - 0
locale/.htaccess

@@ -0,0 +1 @@
+Deny from All

+ 1 - 0
po/.htaccess

@@ -0,0 +1 @@
+Deny from All

+ 1 - 0
templates/.htaccess

@@ -0,0 +1 @@
+Deny from All