View Single Post
Old 04-08-2003, 11:35 AM  
quiet
we'll miss you our friend. RIP
 
Industry Role:
Join Date: Sep 2001
Location: Fernie, BC
Posts: 25,115
Quote:
Originally posted by goBigtime
I'm sort of in zombie mode right now... so maybe thats why I'm not understanding how hotlinking protection for pics and movies (served from your gallery pages) would be any different?


For example....

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://w*\.*yoursite.com
RewriteCond %{HTTP_REFERER} !^http://w*\.*sitesIP
RewriteCond %{HTTP_REFERER} !^http://w*\.*yourothersite.com
RewriteCond %{HTTP_REFERER} !^http://w*\.*otherIP
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$|.*[Mm][Pp][Gg]$
http://www.gofuckyourself.com [R,L]

or

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com [NC]
RewriteCond %{HTTP_REFERER} !^http://yoursite.com [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$|.*[Mm][Pp][Gg]$
http://www.gofuckyourself.com [R,L]
wmp doesn't send a referer
quiet is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote