# 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 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 #AddType text/css .css