Title: Posts suddenly gone?
Last modified: August 20, 2016

---

# Posts suddenly gone?

 *  [michael180](https://wordpress.org/support/users/michael180/)
 * (@michael180)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/posts-suddenly-gone/)
 * REF: [http://moderntimes.com/blog/](http://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)

 *  [mfshearer72](https://wordpress.org/support/users/mfshearer72/)
 * (@mfshearer72)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/posts-suddenly-gone/#post-2830568)
 * 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](https://wordpress.org/support/users/michael180/)
 * (@michael180)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/posts-suddenly-gone/#post-2830571)
 * No, it didn’t work. I tried several different settings and nothing.
 * Thanks
 *  [mfshearer72](https://wordpress.org/support/users/mfshearer72/)
 * (@mfshearer72)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/posts-suddenly-gone/#post-2830575)
 * What does your .htaccess file read?
 *  Thread Starter [michael180](https://wordpress.org/support/users/michael180/)
 * (@michael180)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/posts-suddenly-gone/#post-2830577)
 * Where do I find my .htaccess file?
 *  [mfshearer72](https://wordpress.org/support/users/mfshearer72/)
 * (@mfshearer72)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/posts-suddenly-gone/#post-2830590)
 * You can get to it through FTP. Do you use FTP at all for your site?
 *  Thread Starter [michael180](https://wordpress.org/support/users/michael180/)
 * (@michael180)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/posts-suddenly-gone/#post-2830596)
 * 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.
 *  [mfshearer72](https://wordpress.org/support/users/mfshearer72/)
 * (@mfshearer72)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/posts-suddenly-gone/#post-2830603)
 * 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.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [mfshearer72](https://wordpress.org/support/users/mfshearer72/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/posts-suddenly-gone/#post-2830603)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
