View Single Post
Old 10-07-2005, 06:04 AM  
UltraSonic
Confirmed User
 
Join Date: Jul 2004
Location: UltraVirtuality
Posts: 1,728
Little anti hotlink question......

I have wrote this .htaccess file:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://iwantsexmovies.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.iwantsexmovies.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://iwantsexmovies.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.iwantsexmovies.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://213.193.250.2.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://213.193.250.2:80.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$|.*[Aa][Vv][Ii]$|.*[Ww][Mm][Vv]$ http://www.iwantsexmovies.com/hotlink.html

All works fine but if someone uses right/click save as they can still download files from any domain.

Any ideas?
__________________
Your Blend, Your Product

UltraSonic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote