Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Any alternate solution guys?
Have you considered the default option? Akismet with Cookies for Comments is a good combination.
@jan
Ya I’m using these both plugins… but I’m looking for anti splogger btw…
Make a custom signup page. π
@samuel B
I installed Bad Behavior with Http:BL API but still no effect.
@ipstenu
I added that .htaccess code but it shows some internal server error!
@andrea
How to to setup a custom signup page?
wptesting – What, exactly, did you put in your .htaccess? You have to change ucalgaryblogs.ca to your site, obviously.
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-signup.php*
RewriteCond %{HTTP_REFERER} !.mydomain.com. [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://mydomain.com/spammerswelcom/ [R=301,L]
Did you put that above the WordPress section in your .htaccess?
And is your signup page yourdomain.com/wp-signup.php?
I putted that after the WP section.. Now it’s working .. Thanks π