View Single Post
Old 10-12-2004, 07:20 AM  
Darrell
Confirmed User
 
Join Date: Feb 2003
Location: In bed asleep
Posts: 803
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]
Darrell is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote