• Well I’m having a bit of trouble here because the htaccess is overriding the folder called “stats”.
    i use dreamhost , and my blog is in a subdomain, everytime i do https://mysite.blah.com/stats it gives me the 404 error page how can i stop it from overriding it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Try this:

    Create a file called “onerror.html” in the root of your blog. Doesn’t matter what’s in it. It can be empty or blank, as long as it exists.
    In the WordPress .htaccess file, add this above all the rest of the lines:
    ErrorDocument 401 /onerror.html
    ErrorDocument 403 /onerror.html

    Might work. Hard to tell without more details.

    Thread Starter akurashy

    (@akurashy)

    It didn’t work =/

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Well, then in that case I don’t know. Lots of people have problems with dreamhost, you might try searching for them on this forum.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘htaccess help’ is closed to new replies.