Results 1 to 10 of 18

Thread: PHP5 Migration

Hybrid View

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

    Default

    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

  2. #2
    Alexander's Avatar
    Alexander is offline Technical Analyst
    Join Date
    Jul 2007
    Posts
    1,971

    Default

    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

  3. #3
    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