Browse Source

Add sample .htaccess file to protect doc/ directory

pdontthink 16 years ago
parent
commit
7ee164d580
1 changed files with 5 additions and 0 deletions
  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