• First off,if this is in the wrong place, i’m sorry. Please move it.

    My problem is that when I go to a page on my wordpress blog, it gets a 404 error. The URL changes to https://cp.freehostia.com/404/.

    I contacted the people at freehostia.com because that’s what I use to host the website and they said that the script may have crashed.What do I do?

    I just tried to get into the Admin CPand now I can’t do that.It gives another 404 error.

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

    (@chevydrvr)

    Anybody? help!

    Hi,

    Set your desired permalinks and add this code in htaccess:

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

    Thanks,

    Shane G.

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

The topic ‘Can’t get to pages – 404 error’ is closed to new replies.