Quote:
Originally Posted by CS-Jay
what about renaming the wp-comments file? I read that helps too.
|
you could add a math equation to your comment form, or even block no refers for comments, usally they send no refer if they are using a commenting desktop app like scrapebox or xrumer, etc.
something like this maybe?
Code:
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.*yourblog.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]