View Single Post
Old 06-23-2004, 05:48 PM  
infecto
Confirmed User
 
Join Date: May 2003
Posts: 1,697
This should prevent hotlinking of gifs/jpgs/gifs.

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?domain.com/.*$ [NC]
RewriteRule \.(bmp|gif|jpg)$ - [F]
infecto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote