Title: Page not found error when posting comments
Last modified: August 19, 2016

---

# Page not found error when posting comments

 *  [sbdplugin](https://wordpress.org/support/users/sbdplugin/)
 * (@sbdplugin)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/page-not-found-error-when-posting-comments/)
 * I’m having an issue when trying to post a comment in IE 8. I get a page cannot
   be found error when I submit the comment.
 * It seems to only be me. I’ve had couple other people try to post comments and
   they were successful. Has anyone seen this issue.
 * Also, like many others, we’ve never gotten email notification for new comments.
   I know there are a number of forum posts out there about this, but I figured 
   it couldn’t hurt to add another one to the mix.
 * – Carrie

Viewing 1 replies (of 1 total)

 *  [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * (@shane-g-1)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/page-not-found-error-when-posting-comments/#post-1302012)
 * Hi,
 * Add this code in htaccess:
 *     ```
       # 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 1 replies (of 1 total)

The topic ‘Page not found error when posting comments’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * Last activity: [16 years, 5 months ago](https://wordpress.org/support/topic/page-not-found-error-when-posting-comments/#post-1302012)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
