[pLog-svn] r886 - plog/trunk

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Jan 30 18:15:09 GMT 2005


Author: oscar
Date: 2005-01-30 18:15:09 +0000 (Sun, 30 Jan 2005)
New Revision: 886

Modified:
   plog/trunk/.htaccess
Log:
additional security settings according to this post: http://www.plogworld.net/forums/viewtopic.php?p=7750#7750


Modified: plog/trunk/.htaccess
===================================================================
--- plog/trunk/.htaccess	2005-01-30 17:53:39 UTC (rev 885)
+++ plog/trunk/.htaccess	2005-01-30 18:15:09 UTC (rev 886)
@@ -1,4 +1,14 @@
+<Files .htaccess> 
+deny from all 
+</Files> 
+
+<Files config.properties.php> 
+deny from all 
+</Files> 
+
+Options -Indexes
 Options +FollowSymLinks
+
 <IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteBase /plog/
@@ -76,10 +86,6 @@
  ForceType application/x-httpd-php
 </Files>
 
-<Files linktracker>
- ForceType application/x-httpd-php
-</Files>
-
 <Files comment>
  ForceType application/x-httpd-php
 </Files>
@@ -103,3 +109,7 @@
 ErrorDocument 401 /plog/error.php
 ErrorDocument 403 /plog/error.php
 ErrorDocument 404 /plog/error.php
+
+
+
+




More information about the pLog-svn mailing list