View Single Post
Old 09-25-2003, 10:21 AM  
HowlingWulf
Confirmed User
 
HowlingWulf's Avatar
 
Join Date: Nov 2001
Posts: 1,662
I think you need something like this on the scotch domain:

RewriteCond %{HTTP_REFERER} !^http://vodka.domain.com.*$ [NC]
RewriteRule .*\.htm $ http://vodka.domain.com/403.htm [R,L]


so that only if the referring url is vodka.domain.com will it load. Otherwise you get the 403 page redirect.
HowlingWulf is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote