PETARDAS.com is spidering galleries from some TGPs were I'm listed and he sends tremendous loads of shitty traffic to my galleries... I want to block his site from accessing my galleries or redirect traffic comming from his site to another place... I've tried adding this in my .htaccess file:
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^
http://www.petardas.com/*
RewriteRule /*
http://www.hell-c.com/dating/ [R,L]
+ added some other lines for the ips he uses.. but doesn't work..
Any other ways I could try?
Thanks guys.