瀏覽代碼

Add sample .htaccess file to protect doc/ directory

pdontthink 16 年之前
父節點
當前提交
7ee164d580
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      doc/.htaccess

+ 5 - 0
doc/.htaccess

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