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.
