ThatGirlAtTheParty
Member
Posted 5 months 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.
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.
naimamanal
Member
Posted 4 months 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!