View Single Post
Old 05-23-2005, 08:21 AM  
Skripter
Registered User
 
Join Date: May 2005
Posts: 40
RewriteEngine on
RewriteCond %{HTTP_REFERER}!^$
RewriteCond %{HTTP_REFERER}!^http://(www.)?urltoyoursite.com [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://urltoyoursite.com/hotlink.html

If I remember my .htaccess properly, this will take all hotlinked images and redirect them to hotlink.html. You can change as needed.
Skripter is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote