Title: Error 404 &#8211; Not Found
Last modified: August 19, 2016

---

# Error 404 – Not Found

 *  [Honeebee](https://wordpress.org/support/users/honeebee/)
 * (@honeebee)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/error-404-not-found-15/)
 * On the front page of my blog, i keep getting this message when i hit the “next
   page” link on the bottom of the page to flip though the variouse posts.
 * right now, only the last 5 posts are shown but i currently have 9 up.
 * How do I correct this?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [ryans149](https://wordpress.org/support/users/ryans149/)
 * (@ryans149)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/error-404-not-found-15/#post-1145606)
 * What is the URL of that page? I mean the link on “Next Page”
 * Also, what is your permalink structure??
 *  [shane-g](https://wordpress.org/support/users/shane-g/)
 * (@shane-g)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/error-404-not-found-15/#post-1145611)
 * Hi,
 * Refer this article:
 * [http://codex.wordpress.org/Next_and_Previous_Links](http://codex.wordpress.org/Next_and_Previous_Links)
 * Also add this code in htaccess and check with URLs:
 *     ```
       # 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.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error 404 – Not Found’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [shane-g](https://wordpress.org/support/users/shane-g/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/error-404-not-found-15/#post-1145611)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
