You mean something like this?

For More Than One Domain...

RewriteEngine on
RewriteCond %{HTTP_REFERER} refererdomain1\.com [NC,OR]
RewriteCond %{HTTP_REFERER} referrerdomain2\.com
RewriteRule .* - [F]


If you get an internal server error, try adding this line below "RewriteEngine on"

Options +FollowSymlinks

If you only have a single site you wish to ban referral traffic from, use this:

RewriteEngine on
RewriteCond %{HTTP_REFERER} refererdomain1\.com [NC]
RewriteRule .* - [F]
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to