View Single Post
Old 05-04-2006, 10:40 AM  
Decadawn
Confirmed User
 
Decadawn's Avatar
 
Industry Role:
Join Date: Feb 2002
Location: Montreal
Posts: 1,286
Blocking a site from spidering galleries with .htaccess

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.
Decadawn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote