|
Manuelk,
I do have php on my server, but the page getting loads of traffic rigth now is html, and I cant change that at the moment without losingal the traffic.
So I want to tredirect it to a php page using javascript, and that php page redirects using php code to the target page.
So PageA.html javascript redirect --> PageB.php php redirect --> PageC.
Will Page C show PageB as referrer?
Wizdom,
I understand I cant rely on http_refrrer, but its all I have at the moment. So how can I fake headers? That will simplify everything.
|