[pLog-svn] r6281 - plog/branches/lifetype-1.2/config

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Mar 29 17:45:12 EDT 2008


Author: jondaley
Date: 2008-03-29 17:45:12 -0400 (Sat, 29 Mar 2008)
New Revision: 6281

Added:
   plog/branches/lifetype-1.2/config/.htaccess
Log:
lock down configu directory

Copied: plog/branches/lifetype-1.2/config/.htaccess (from rev 6279, plog/branches/lifetype-1.2/bin-devel/.htaccess)
===================================================================
--- plog/branches/lifetype-1.2/config/.htaccess	                        (rev 0)
+++ plog/branches/lifetype-1.2/config/.htaccess	2008-03-29 21:45:12 UTC (rev 6281)
@@ -0,0 +1,6 @@
+<Files "*">
+ Order allow,deny
+ Deny from all
+</Files>
+
+ErrorDocument 403  "Access is not allowed"



More information about the pLog-svn mailing list