• Cleared private data on my Mac and not I am not able to post to my blog! I get this message.

    Home ? Error 404
    Error 404 – Not Found

    Ooops, We cannot find you the page you are looking for. You may try to search our site for another keyword or use the navigational tools in this website.

Viewing 3 replies - 1 through 3 (of 3 total)
  • can u get access through your ftp to see that everything is in order?

    Hi,

    Please check your permalinks settings are correct and if you have changed it then add this code in htaccess file:

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

    Thank you Shane G for mentioning to check the permalinks. I made a different mistake, trying to use a link cloaker. Couldn’t get to my pages from the main page. So, I just went to the permalinks and reset it back to default.

    Thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘URGENT! Can’t get into my Wp-admin’ is closed to new replies.