PHP 301 Redirect - collect referrer

Vi3wSonic

New Member
I'm doing a 301 redirect on site A to site B - when the user arrives at site B it needs to find the page the user came from. This doesn't seem to be working though:\[code\]$_SERVER['HTTP_REFERER']\[/code\]whereas if I do a link to the page \[code\]<a href="http://site-b.com">go</a>\[/code\]I get the referrer through. Is there a reason it doesn't come through after the redirect? If so can anyone offer any advice on how to do this. I want to avoid at all costs having a query string on the redirect.Is there maybe another header I need to send with the page that redirects?Thanks for any advice!
 
Back
Top