Quote:
Originally Posted by Sands
Protecting .flv/.mp4/whatever files via .htaccess doesn't seem to work.
|
Try this code
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://([-a-z0-9]+\.)?yourdomain\.com [NC]
RewriteRule \.(wmv|flv|mp4|mov)$ - [F,NC,L]