View Single Post
Old 10-14-2003, 03:51 AM  
AWS Venus
Confirmed User
 
Join Date: Sep 2003
Posts: 178
For the image hotlink, use this:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com/.*$ [NC]
RewriteRule \.(gif|jpg)$ - [F]

To redirect the traffic:

RewriteEngine On
RewriteCond %{HTTP_REFERER} http://www.fusker.com/ [OR]
RewriteCond %{HTTP_REFERER} http://www.hotlink.com/
RewriteRule /* http://www.yourdomain.com/fuckinghotlinker.html [R,L]

Add as many line as you want for HTTP_REFERER.
AWS Venus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote