Forums

URGENT! Can't get into my Wp-admin (4 posts)

  1. ThatGirlAtTheParty
    Member
    Posted 2 years ago #

    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.

  2. mrkingid
    Member
    Posted 2 years ago #

    can u get access through your ftp to see that everything is in order?

  3. Shane G
    Member
    Posted 2 years ago #

    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.

  4. naimamanal
    Member
    Posted 2 years ago #

    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!

Topic Closed

This topic has been closed to new replies.

About this Topic