X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=.htaccess;h=cad8d65d5f9619ca575cf62979288af8a28540ce;hb=c75b19a492e4b9ad53c9c0a47b87ad0abb687921;hp=de47e678e2ea8a40abe56ff6725addb1d3cf162e;hpb=ac06a9e68454919b1fc9496af0f8c24ec7088b67;p=fa-stable.git diff --git a/.htaccess b/.htaccess index de47e678..cad8d65d 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,16 @@ +# Protect sensitive files. + + Order allow,deny + Deny from All + Satisfy All + + +# 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 @@ -5,10 +18,12 @@ php_flag magic_quotes_gpc Off php_flag register_globals Off + php_flag session.use_trans_sid Off php_flag magic_quotes_gpc Off php_flag register_globals Off + php_flag session.use_trans_sid Off #Sometimes neccessary to add those