Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- Inserting referer before redirect


jdMorgan - 3:07 pm on Jul 19, 2009 (gmt 0)


The HTTP_Referer header is sent by HTTP clients, so your server can't send it in a redirect.

Consider appending the information to the URL as a query string (or perhaps as a fragment), and then the target site can retrieve it:

RewriteRule ^my-page$ http:othersite.com/single-page?ReferredBy=my-page

Jim


Thread source:: http://www.webmasterworld.com/apache/3955279.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com