[pLog-svn] r6282 - in plog/branches/lifetype-1.2: docs-devel install locale release

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Mar 29 17:47:05 EDT 2008


Author: jondaley
Date: 2008-03-29 17:47:05 -0400 (Sat, 29 Mar 2008)
New Revision: 6282

Added:
   plog/branches/lifetype-1.2/docs-devel/.htaccess
   plog/branches/lifetype-1.2/install/.htaccess
   plog/branches/lifetype-1.2/locale/.htaccess
   plog/branches/lifetype-1.2/release/.htaccess
Log:
might as well lock down other directories while were at it

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

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

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

Copied: plog/branches/lifetype-1.2/release/.htaccess (from rev 6281, plog/branches/lifetype-1.2/config/.htaccess)
===================================================================
--- plog/branches/lifetype-1.2/release/.htaccess	                        (rev 0)
+++ plog/branches/lifetype-1.2/release/.htaccess	2008-03-29 21:47:05 UTC (rev 6282)
@@ -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