Results 1 to 10 of 18

Thread: PHP5 Migration

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    QHF's Avatar
    QHF
    QHF is offline Nearly a Master Glow Jedi
    Join Date
    Jun 2007
    Location
    Wisconsin
    Posts
    131

    Default

    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
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14