• 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)
  • 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.