X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=.htaccess;h=ffcd03e635c5769da99c54e894d4dc230c78ac49;hb=4c9275c414dbccaebc42ffc51ed41f961e06ad87;hp=03410fbc3a34c234d1e457f64a2668d91d5bec1f;hpb=e8ae3516539a520338117f25d401c0fc234973a4;p=fa-stable.git diff --git a/.htaccess b/.htaccess index 03410fbc..ffcd03e6 100644 --- a/.htaccess +++ b/.htaccess @@ -1,11 +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 -# do not use SID in url -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 + + + php_flag magic_quotes_gpc Off + php_flag register_globals Off + php_flag session.use_trans_sid Off + #Sometimes neccessary to add those #