Forum Moderators: phranque
RewriteCond %{HTTP_REFERER} ^http://(www\.)?somesite\.com.*$ [NC]
RewriteCond %{REQUEST_URI} ^/yeehaw.htm(.*) [NC]
RewriteRule \.*$ [(www\.)jokesite.htm...] [R,L]
Sure enough, this redirects to jokesite.com but also does so when the internal anchor portion of the URL is omitted. I have tried to make this specific to suit my needs with all sorts of permutations of +, (, ), you name it, but I'm no programmer and am new at this so I am asea. I assume this is weeeeeeeeeeeeeery simple to fix...thanks!
The o.c.