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]
Found it on Google, I haven't tested it though.
|
yup.. although that includes jpg's..
i use a similar code on all of our servers for mainly jpg's and gif.. to keep bandwidth down..