I'm redirecting traffic via this (in short...):
header("Location: " . $html->param('redirect'));
Only problem is that the recieving website doesn't get any referer-info, and since I'm redirecting for affiliation I don't get paid
Is there a way of sending clicks thru my page to reciever so that it's counted as if it came from my site. I cannot do this since I offer subdomains to people and when they click referer will be sub.mydomain.com, that doesn't count. The only way for me would be adding each subdomain at the affiliateprogram, but if there's an easier way...
header("Location: " . $html->param('redirect'));
Only problem is that the recieving website doesn't get any referer-info, and since I'm redirecting for affiliation I don't get paid
Is there a way of sending clicks thru my page to reciever so that it's counted as if it came from my site. I cannot do this since I offer subdomains to people and when they click referer will be sub.mydomain.com, that doesn't count. The only way for me would be adding each subdomain at the affiliateprogram, but if there's an easier way...