View Single Post
Old 2004-08-05, 08:14 PM   #45
Ramster
Life is good
 
Ramster's Avatar
 
Join Date: Apr 2003
Location: Ottawa, Canada
Posts: 11,868
Send a message via ICQ to Ramster Send a message via AIM to Ramster
Quote:
Originally posted by venturi
Hey Ramster,
The reason, as far as I can tell, that the wanker was getting around your htaccess is because of the * infront of your domain name. Basically the way your RewriteCond is being interpreted is that ANY referer that begins with "http://" and contains "baberankings.com" is accepted.
It should be like this:
Code:
RewriteCond %{HTTP_REFERER} !^http://www.baberankings.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://baberankings.com/.*$ [NC]
p.s. - that was a pretty shitty response you got from Candid.
Well look at that you are right! Thanks Venturi.

Too bad too as I liked the image I was popping up to his surfers. I think I'll keep that there for a few more hours.
__________________
Pornstar Legends | Live Cam Model Shows | Hungarian Girls
Skype: robmurray999
Ramster is offline   Reply With Quote