Quote:
Originally Posted by Voodoo
Try this:
Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoursite.com(/)?.*$ [NC]
RewriteRule .*.(jpg|flv)$ - [NC,F]
|
this code doesnt protect flv hotlinking on firefox... ive tried it.