• REF: https://moderntimes.com/blog/

    I just noticed that my blog entries are suddenly gone. I have several entries on my blog, they all have the “Read more” statement at the bottom of the entry on the home page. But when I click on the “Read more”, I get the following message;

    Not Found, Error 404

    The page you are looking for no longer exists. Perhaps you can return back to the site’s homepage and see if you can find what you are looking for.

    I have no idea how this happened.
    Any suggestions?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Go to settings->Permalinks, make sure the proper format (that you desire) is selected and click Update. Post back if this doesn’t resolve it.

    Thread Starter michael180

    (@michael180)

    No, it didn’t work. I tried several different settings and nothing.

    Thanks

    What does your .htaccess file read?

    Thread Starter michael180

    (@michael180)

    Where do I find my .htaccess file?

    You can get to it through FTP. Do you use FTP at all for your site?

    Thread Starter michael180

    (@michael180)

    Yes, I use FTP. But now suddenly it works. I made a slight change to my All in One SEO, and I guess that’s what did it. In the future what should I look for in my .htaccess file?

    Also my All in One SEO is asking;

    All in One SEO Pack must be configured. Go to the admin page to enable and configure the plugin.

    Now I’m leery of changing anything.

    Thanks again for your help.

    You’d be looking for something that looks like this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Posts suddenly gone?’ is closed to new replies.