Thanks for the reply Alex. I found 3 .htaccess files under public_html, two only reference FronPage and look like duplicates, the third is empty. Do I have to create one or can I modify the empty one?
QHF
Thanks for the reply Alex. I found 3 .htaccess files under public_html, two only reference FronPage and look like duplicates, the third is empty. Do I have to create one or can I modify the empty one?
QHF
There can be only one file with the name .htaccess, you need to modify exactly this file in such a way:
http://www.glowhost.com/forums/knowl...bsite-751.html
AlexS,
As stated before, I have 3 different .htaccess files in public_html. Before I go and do something I will regret, perhaps you can help.
The first .htaccess files under public_html is contain the following script:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
The second is called .htaccess.xxxxxxx where x is a series of numbers and contains the same script as above.
The third file is .htaccess.xxxxxxxxx where x is again a different number and is empty. Would you know if it's safe to remove these three .htaccess files and only have the one with the PHP5 modifications from the link you provided? Any help is greatly appreciated.
QHF
Last edited by Matt; 11-22-2007 at 02:41 PM.