فهرست منبع

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

pdontthink 16 سال پیش
والد
کامیت
77b3c3d037
9فایلهای تغییر یافته به همراه13 افزوده شده و 0 حذف شده
  1. 1 0
      class/.htaccess
  2. 1 0
      config/.htaccess
  3. 5 0
      contrib/.htaccess
  4. 1 0
      functions/.htaccess
  5. 1 0
      help/.htaccess
  6. 1 0
      include/.htaccess
  7. 1 0
      locale/.htaccess
  8. 1 0
      po/.htaccess
  9. 1 0
      templates/.htaccess

+ 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