View Single Post
Old 03-23-2017, 02:02 PM  
Cyber Fucker
Hmm
 
Cyber Fucker's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: On an endless road around the world for rock and roll.
Posts: 12,642
How to preserve referrer url when redirecting with php to affiliate site

Gfy techs help!

I made a page with simple redirection, something similar to:

Code:
header("HTTP/1.1 301 Moved Permanently");
header("Location: $_SERVER['QUERY_STRING']", true, 301);
exit;
It works as intended, but I can't see the referring url in affiliate programs stats.
__________________
Cyber Fucker is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote