View Single Post
Old 10-18-2008, 10:51 PM  
fujiko
Confirmed User
 
Join Date: Jan 2008
Posts: 566
Quote:
Originally Posted by Voodoo View Post
Try this:

Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoursite.com(/)?.*$ [NC]
RewriteRule .*.(jpg|flv)$ - [NC,F]
this code doesnt protect flv hotlinking on firefox... ive tried it.
fujiko is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote