RewriteEngine On
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^http://.*yourdomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://xxx.xxx.xxx.xxx/.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$
http://www.yourdomain.com/
[R,L]
This is cool, but it also prevents people linking to your galleries. I need TGP's to be able to link to my galleries.
Anyway to rewrite this to only block images?
Thanks
