[0000691] Error updating BOM
[fa-stable.git] / .htaccess
index de47e678e2ea8a40abe56ff6725addb1d3cf162e..ffcd03e635c5769da99c54e894d4dc230c78ac49 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,14 @@
+# Protect sensitive files.
+<FilesMatch "\.(inc|po|sh|.*sql)$">
+       Order allow,deny
+</FilesMatch>
+
+# Disable directory listings.
+Options -Indexes
+
+# Set the default index.
+DirectoryIndex index.php
+
 # These settings are recommended
 # Maybe you might have problems
 # with other scripts that needs
 <IfModule mod_php4.c>
        php_flag magic_quotes_gpc Off
        php_flag register_globals Off
+       php_flag session.use_trans_sid Off
 </IfModule>
 <IfModule mod_php5.c>
        php_flag magic_quotes_gpc Off
        php_flag register_globals Off
+       php_flag session.use_trans_sid Off
 </IfModule>
 
 #Sometimes neccessary to add those