+ Reply to Thread
Results 1 to 1 of 1
Thread: Wordpress MU Stop Spam Sollution
-
03-15-2010 07:22 PM #1
- Join Date
- Jul 2009
- Location
- United Kingdom
- Posts
- 489
- Downloads
- 0
- Uploads
- 17
- Blog Entries
- 2
Wordpress MU Stop Spam Sollution
Today I have had to do some administration job on a Wordpress MU powered website, and I found arround a good solution in order to stop the spam on Wordpress MU.
Here is what you have to do. Just edit your .htaccess file and add the following lines to it:
From the following code just edit this line:Code:# BEGIN ANTISPAMBLOG REGISTRATION RewriteEngine On RewriteCond %{REQUEST_METHOD} POST RewriteCond %{REQUEST_URI} .wp-signup\.php* RewriteCond %{HTTP_REFERER} !.*haabaa.net.* [OR] RewriteCond %{HTTP_USER_AGENT} ^$ RewriteRule (.*) http://url-you-want.com/ [R=301,L] # END ANTISPAMBLOG REGISTRATION
replace haabaa.net with your own domain where you have installed Wordpress MU.Code:RewriteCond %{HTTP_REFERER} !.*haabaa.net.* [OR]
and also this line:
Replace that URL with the one where you want to redirect the spammers.Code:RewriteRule (.*) http://url-you-want.com/ [R=301,L]
I hope that this has made sense and it help you.
Similar Threads
-
13 Wordpress Plugins You Probably Don't Use But Should
By TVDinner in forum WordPress TemplatesReplies: 5Last Post: 10-27-2008, 10:21 PM -
Useful Wordpress Plugins
By Footzilla in forum Search Engine MarketingReplies: 1Last Post: 05-11-2008, 06:29 AM -
EbizWebDirectory.com - Best Ecommerce Directory your one stop online ecommerce guide
By ebizwebdirectory in forum General Webmaster DiscussionsReplies: 0Last Post: 01-16-2006, 10:10 AM -
New spam clogging computer emails
By ovi in forum General Webmaster DiscussionsReplies: 6Last Post: 05-19-2005, 11:33 AM


LinkBack URL
About LinkBacks


Reply With Quote



Bookmarks