View Single Post
Old 05-05-2002, 03:16 AM  
jennycards
Confirmed User
 
Join Date: Feb 2002
Location: European Union
Posts: 1,124
Try this ...
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://.*yourdomain.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://.*64.1.1.yourIP.*$ [NC]
RewriteRule \.jpg$ http://www.yourdomain.com/fuckthehotlinkers.jpg [R,L]
Hope that helps ;-)
jennycards is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote