X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=.htaccess;h=12c3504fdb561901b83492e1760ae68a8f39b5d2;hb=d17c1c555babe58c33e854fafb9667d5e57ac8d9;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