I hate gallery stealers...
I would just redirect them
Quote:
RewriteCond %{HTTP_REFERER} ^http://([a-z0-9-]+\.)*grannycookies.com(:80)* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://([a-z0-9-]+\.)*someotherdomain.com(:80)* [NC]
RewriteRule /* http://www.somebadplace.com/ [R,L]
|
DD