Release 2.4.8
[fa-stable.git] / .htaccess
index ffcd03e635c5769da99c54e894d4dc230c78ac49..27e55548b09db271335cff27c39af8d8f09c4f4a 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,6 +1,8 @@
 # Protect sensitive files.
-<FilesMatch "\.(inc|po|sh|.*sql)$">
+<FilesMatch "\.(inc|po|sh|.*sql|log)$">
        Order allow,deny
+       Deny from All
+       Satisfy All
 </FilesMatch>
 
 # Disable directory listings.
@@ -23,7 +25,6 @@ DirectoryIndex index.php
        php_flag register_globals Off
        php_flag session.use_trans_sid Off
 </IfModule>
-
 #Sometimes neccessary to add those
 #
 #AddType application/x-javascript .js