X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=.htaccess;h=27e55548b09db271335cff27c39af8d8f09c4f4a;hp=c80aa26e7548e5c169d024ebce63009d06837e49;hb=25379bdc9f10bda4aae4b37f04d16eb1bbe7e4f6;hpb=21290a4a16ca78fe736f62cf1cb039c06cb53fca diff --git a/.htaccess b/.htaccess index c80aa26e..27e55548 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,16 @@ +# 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 @@ -12,7 +25,6 @@ php_flag register_globals Off php_flag session.use_trans_sid Off - #Sometimes neccessary to add those # #AddType application/x-javascript .js