Quote:
|
Originally Posted by unmgroup
"the problem is windows media player doesnt pass along referrer so if you stop hotlinking of movies you will also stop people in browsers not passing along referrer"
|
then this is your solution :
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^
http://www.yoursite.com [NC]
RewriteCond %{HTTP_REFERER} !^
http://yoursite.com [NC]
RewriteRule .*[Aa][Vv][Ii]$|.*[Mm][Pp][Gg]$|.*[Ww][Mm][Vv]$ / [F]
this will just block hotlinking from actuall urls and will allow local hotlinking + media players