Is this the right code to just totally ban a site by referer?
Code:
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} ^http://(www\.)?crappysite.com(/)?.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?crappysite.com(/)?.*$
RewriteRule .* - [F]