Hi, I've got a little problem here about modifing a header
in php, I use a redirect and would like to change also the
referer but that doesn't seem to work out..
I use this piece of script;
header("Referer:http://www.sub.domname.com");
header("Location: http://www.anotherdom.com");
The Referer doesn't work right here, I've used exit; and
something like ob-start() and flush but the referer won't
change at all.....
I need a solution because some affiliate programs work with
a referer and because I use 100 subdomians I its just to much work to give them all a specific affiliate code
any help is welkom greetings Bull
in php, I use a redirect and would like to change also the
referer but that doesn't seem to work out..
I use this piece of script;
header("Referer:http://www.sub.domname.com");
header("Location: http://www.anotherdom.com");
The Referer doesn't work right here, I've used exit; and
something like ob-start() and flush but the referer won't
change at all.....
I need a solution because some affiliate programs work with
a referer and because I use 100 subdomians I its just to much work to give them all a specific affiliate code
any help is welkom greetings Bull