Add sample .htaccess file to protect doc/ directory
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 26 Mar 2009 22:08:54 +0000 (22:08 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 26 Mar 2009 22:08:54 +0000 (22:08 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13464 7612ce4b-ef26-0410-bec9-ea0150e637f0

doc/.htaccess [new file with mode: 0644]

diff --git a/doc/.htaccess b/doc/.htaccess
new file mode 100644 (file)
index 0000000..12aaa06
--- /dev/null
@@ -0,0 +1,5 @@
+Order Deny,Allow
+Deny from all
+Allow from 127
+Allow from 10
+Allow from 192