Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Sub Blog’s “Sign Up” Link = 403 Error


jwack
Participant

@jwack

Deactivating plugins didn’t help. I have added the following items to .htaccess. The first rule is the problem but cookies for comments plugin says to add it to stop spam blogs.

#Cookies for comments
RewriteCond %{HTTP_COOKIE} !^.*XXXXXXXXXXXXX.*$
RewriteRule ^wp-signup.php – [F,L]

AND

# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-signup.php*
RewriteCond %{HTTP_REFERER} !.mysite.com. [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://die-spammers.com/ [R=301,L]
# END ANTISPAMBLOG REGISTRATION

Skip to toolbar