12-14-2011, 09:06 PM
Code:
RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} badsite\.com [NC,OR]
RewriteCond %{HTTP_REFERER} anotherbadsite\.com
RewriteRule .* - [F]
I'll share more helpful information/guide soon.
Press THANKS or REP me if you found it useful.