
Disabling the Cookies for Comments plugin broke the comments form.
On the recommendation of Matt Cutts, I added the Cookies for Comments plugin to this blog, and also added their recommended .htaccess modifications:
RewriteCond %{HTTP_COOKIE} !^.*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.*$
RewriteRule ^wp-comments-post.php - [F,L]
When I realized that Cookies for Comments was slowing down my blog considerably, I disabled the plugin, but did not think to remove the .htaccess rewrite rule. The remaining .htaccess rules broke the comments on this blog (for two weeks now, could it be!?).
Comments are up and running.
Now that I’ve removed this code from the .htaccess file, comments are once again working – sorry for any inconvenience! I hope this helps others avoid frustration as well.
WordPress Comment Form 404 Error – Now Fixed!
Disabling the Cookies for Comments plugin broke the comments form.
On the recommendation of Matt Cutts, I added the Cookies for Comments plugin to this blog, and also added their recommended .htaccess modifications:
RewriteCond %{HTTP_COOKIE} !^.*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.*$ RewriteRule ^wp-comments-post.php - [F,L]When I realized that Cookies for Comments was slowing down my blog considerably, I disabled the plugin, but did not think to remove the
.htaccessrewrite rule. The remaining.htaccessrules broke the comments on this blog (for two weeks now, could it be!?).Comments are up and running.
Now that I’ve removed this code from the
.htaccessfile, comments are once again working – sorry for any inconvenience! I hope this helps others avoid frustration as well.Share this: