Quote:
Originally posted by infecto
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]
|
just to let you know, the domain.com should be your domain for your hosted galleries. And you can add more domains of domains that can hotlink to this server. Don't put his domain in the domain.com.
jDoG