[pLog-svn] r737 - plog/trunk/tmp

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Jan 12 19:48:56 GMT 2005


Author: oscar
Date: 2005-01-12 19:48:56 +0000 (Wed, 12 Jan 2005)
New Revision: 737

Modified:
   plog/trunk/tmp/.htaccess
Log:
now this folder shouldn't be browseable


Modified: plog/trunk/tmp/.htaccess
===================================================================
--- plog/trunk/tmp/.htaccess	2005-01-12 18:25:23 UTC (rev 736)
+++ plog/trunk/tmp/.htaccess	2005-01-12 19:48:56 UTC (rev 737)
@@ -1,36 +1,5 @@
-<Files post>
- ForceType application/x-httpd-php
+<Files "*">
+ Order allow,deny
+ Deny from all
 </Files>
 
-<Files archives>
- ForceType application/x-httpd-php
-</Files>
-
-<Files static>
- ForceType application/x-httpd-php
-</Files>
-
-<Files rss>
- ForceType application/x-httpd-php
-</Files>
-
-<Files category>
- ForceType application/x-httpd-php
-</Files>
-
-<Files trackbacks>
- ForceType application/x-httpd-php
-</Files>
-
-<Files linktracker>
- ForceType application/x-httpd-php
-</Files>
-
-<Files comment>
- ForceType application/x-httpd-php
-</Files>
-
-ErrorDocument 401 /error.php
-ErrorDocument 403 /error.php
-ErrorDocument 404 /error.php
-




More information about the pLog-svn mailing list