X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=.htaccess;h=27e55548b09db271335cff27c39af8d8f09c4f4a;hb=63ae1f3e711999bb87e02c4a7fdab7fda6c3f5d1;hp=de47e678e2ea8a40abe56ff6725addb1d3cf162e;hpb=ac06a9e68454919b1fc9496af0f8c24ec7088b67;p=fa-stable.git diff --git a/.htaccess b/.htaccess index de47e678..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 @@ -5,12 +18,13 @@ 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