X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=.htaccess;h=05e1f772c98b3766c123ee778a1e9428030bde51;hb=87ac1ff401682a1ccbbbf01ece7afe8ff518d3fe;hp=de47e678e2ea8a40abe56ff6725addb1d3cf162e;hpb=ac06a9e68454919b1fc9496af0f8c24ec7088b67;p=fa-stable.git diff --git a/.htaccess b/.htaccess index de47e678..05e1f772 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,14 @@ +# Protect sensitive files. + + Order allow,deny + + +# 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,12 +16,13 @@ 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 # #AddType application/x-javascript .js