Gfy techs help! 
I made a page with simple redirection, something similar to:
It works as intended, but I can't see the referring url in affiliate programs stats.

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;

So I have thought, that perhaps someone here done it before and will save me a bit of time and struggle.




Comment