Does php redirect pass referrer? For example when visitors from site A visit Site B, then Site B (php redirect) redirects to Site C. Does site C see site A as referrer? Thanks
The PHP header Location will not change the referral. The browser will hit it and jump forward, thus as if it skipped the file and will reference the page before that as the referral.
nico_swd is correct, some browsers will pass this others will not. In my experience more often than not the referrer will not be site A.