浏览代码

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