-
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules