Thread: htaccess help
View Single Post
Old 07-04-2003, 07:51 AM  
swedguy
Confirmed User
 
Industry Role:
Join Date: Jan 2002
Posts: 7,981
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://hotlinker1.com/* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://hotlinker2.com/* [NC]
RewriteRule /* http://www.popuphell.com [R,L]

Something like that. You should not have an OR on the last RewriteCond, I've done that mistake couple of times
swedguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote