From: pdontthink Date: Thu, 26 Mar 2009 22:08:54 +0000 (+0000) Subject: Add sample .htaccess file to protect doc/ directory X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=92f7a4b151533416393af187c25f57096d785622;p=squirrelmail.git Add sample .htaccess file to protect doc/ directory git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13464 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/doc/.htaccess b/doc/.htaccess new file mode 100644 index 00000000..12aaa065 --- /dev/null +++ b/doc/.htaccess @@ -0,0 +1,5 @@ +Order Deny,Allow +Deny from all +Allow from 127 +Allow from 10 +Allow from 192