Quote:
Originally posted by stevo
Im not sure if this works...
RewriteCond %{HTTP_REFERER} ^http://.*hotlinker.com.*$ [OR]
RewriteRule .[Jj][Pp][Gg]*$ http://yoursponsor.com [L]
|
Didn't work... The hotlinkers are using an IP address
so I used the following:
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^
http://IPADDRESS.*$ [OR]
RewriteRule .[Jj][Pp][Gg]*$
http://mysponsor.com [L]
Am I doing it right?