View Single Post
Old 07-26-2006, 10:30 AM  
eMonk
Confirmed User
 
Industry Role:
Join Date: Aug 2003
Location: Canada
Posts: 2,310
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?
eMonk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote