X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=.htaccess;h=12c3504fdb561901b83492e1760ae68a8f39b5d2;hb=1e4cd218cd0b7e1093b4b63d6636f5360b3c7958;hp=de47e678e2ea8a40abe56ff6725addb1d3cf162e;hpb=ac06a9e68454919b1fc9496af0f8c24ec7088b67;p=fa-stable.git diff --git a/.htaccess b/.htaccess index de47e678..12c3504f 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,10 +16,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