• I’m getting this error whenever someone leaves a comment on my site, though I know the url for the post action is correct, since the comment does in fact end up posting to the site.

    The problem is that the page the user sees after they leave a comment is a 404 error page, not what they should be seeing.

    The line of code in blog is: <form action=”<?php echo get_option(‘siteurl’); ?>/wp-comments-post.php” method=”post” id=”commentform”>.

    should be working no problems right? Any ideas guys?

Viewing 1 replies (of 1 total)
  • Thread Starter suleiman

    (@suleiman)

    well i was able to fix my woes by installing an ajax comments plugin, but without it the comments were broken me wonders why..

Viewing 1 replies (of 1 total)
  • The topic ‘wp-comments-post.php not found error 404’ is closed to new replies.