View Single Post
Old 2005-01-13, 04:21 AM   #1
Fonz
Former pr0n slinger.
 
Fonz's Avatar
 
Join Date: Aug 2003
Location: Antwerp, Belgium
Posts: 7,932
htaccess hotlink question

I have this htaccess code that should keep my images from getting hotlinked. The problem is that it works if the url doesn't have "www" in it but when the url does have www in it the picture shows normal.

This is the code.

--------------------------

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?extremelyhotbabes.com(/)?.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.ars4real.com/re.php?s=BTM...otlink&cen=&c= [R,NC]

---------------------------

So when I link to this url: http://extremelyhotbabes.com/free/bo...ggs/pics/2.jpg
I get redirected.
But when I link to this url I still get the picture: http://www.extremelyhotbabes.com/fre...ggs/pics/2.jpg

Anyone?

EDIT: Strange, seems to work now... must have been a cache thing...
__________________
See how I abuse little trees on my Shumi no Bonsai Blog

Last edited by Fonz; 2005-01-13 at 04:23 AM..
Fonz is offline   Reply With Quote