I want to feed a 403 to a certain sitesuckinscum. I'd like to shut him down with or without the "www" in the referer. This works, but lacks elegance. Can it be reduced to just two lines?
RewriteCond %{HTTP_REFERER} ^http://www.sitesuckinscum.org$
RewriteRule !^http://[^/.]\.mydomain.com.* - [F]
RewriteCond %{HTTP_REFERER} ^http://sitesuckinscum.org$
RewriteRule !^http://[^/.]\.mydomain.com.* - [F]