Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter zadie

    (@zadie)

    I found a file in the root directory of the site called .htaccess.bak. Here is what’t inside it:

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

    Any ideas if the IndexIgnore .htaccess line has anything to do with my problem?

    Thread Starter zadie

    (@zadie)

    There was no .htaccess file on the server. I created the file using what I found in the .htaccess on the zadie.com/insom server. Here is what it looks like. Still no luck.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Is there anything else that I can try?

Viewing 2 replies - 1 through 2 (of 2 total)