hotlink movie protection
here's my htaccess file in my movie clip folder:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?domain.com [NC]
RewriteRule \.(wmv|mpg|avi)$ - [NC,F,L]
this doesn't seem to work. i replaced domain.com with my own. what am i doing wrong?
|