Hi,
As per item 7 of the site security recommendations I am trying to set up .htaccess files to secure my site. I have determined that my host enables cascading .htaccess files. Now I would like to create and upload a .htaccess file.
My questions is: how do I create this file? Do I simply paste:
into a file and save it and then upload it? Do I simply name it .htaccess?#.htaccess to prevent unauthorized directory browsing or access to .php files
IndexIgnore */*
<Files *.php>
Order Deny,Allow
Deny from all
</Files>
#add the following to protect against people discovering what version your spiders.txt file is
<Files *.txt>
Order Deny,Allow
Deny from all
</Files>
Thanks for your help,
Nate




