[pLog-svn] r4311 - plog/branches/lifetype-1.1.3/bin-devel

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Nov 16 12:50:35 GMT 2006


Author: jondaley
Date: 2006-11-16 12:50:35 +0000 (Thu, 16 Nov 2006)
New Revision: 4311

Added:
   plog/branches/lifetype-1.1.3/bin-devel/.htaccess
Log:
protect a couple directories from random people

Added: plog/branches/lifetype-1.1.3/bin-devel/.htaccess
===================================================================
--- plog/branches/lifetype-1.1.3/bin-devel/.htaccess	2006-11-16 12:50:25 UTC (rev 4310)
+++ plog/branches/lifetype-1.1.3/bin-devel/.htaccess	2006-11-16 12:50:35 UTC (rev 4311)
@@ -0,0 +1,6 @@
+<Files "*">
+ Order allow,deny
+ Deny from all
+</Files>
+
+ErrorDocument 403  "You need to edit /bin-devel/.htaccess if you want access to this directory"



More information about the pLog-svn mailing list