X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=.htaccess;h=05e1f772c98b3766c123ee778a1e9428030bde51;hb=a0392584696bcbc635c578921983d2ef59bc07ac;hp=b923b02e3372d8c329c9ae9e204b063d653cc1de;hpb=cf67cec296e611c30be010686a5ea96d730418b0;p=fa-stable.git diff --git a/.htaccess b/.htaccess index b923b02e..05e1f772 100644 --- a/.htaccess +++ b/.htaccess @@ -1,10 +1,28 @@ +# 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 # 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 # #AddType application/x-javascript .js