X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=.htaccess;h=cad8d65d5f9619ca575cf62979288af8a28540ce;hb=c75b19a492e4b9ad53c9c0a47b87ad0abb687921;hp=b923b02e3372d8c329c9ae9e204b063d653cc1de;hpb=20acc55dd7c2c494f0dbb40d93ba006622f2a118;p=fa-stable.git diff --git a/.htaccess b/.htaccess index b923b02e..cad8d65d 100644 --- a/.htaccess +++ b/.htaccess @@ -1,9 +1,30 @@ +# 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 # register_globals ON -php_flag magic_quotes_gpc Off -php_flag register_globals Off + + 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 #