Mod Rewrite is enabled and i did upload in Ascii mode :-)
I got the code below to work and it blocks the domain ok, but also stops UCJ tracking any incoming traffic! Does anybody have any idea why it's stopping UCJ from tracking incoming traffic?
Thanks for any replies.
Options SymLinksIfOwnerMatch
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^
http://.*site1.com/* [NC,OR]
RewriteCond %{HTTP_REFERER} ^
http://.*site2.com/* [NC,OR]
RewriteCond %{HTTP_REFERER} ^
http://.*site3.com/* [NC]
RewriteRule .*
http://www.somewhere.com [R,L]