View Single Post
Old 03-19-2010, 10:36 AM  
closer
Confirmed User
 
closer's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: ICQ :: 34739932 :: Les Pays-Bas
Posts: 1,707
Quote:
Originally Posted by Sands View Post
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]
closer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote