I'm working on a little project and I know how to get the URL of the referring site:
$url = $_SERVER['HTTP_REFERER'];
The only problem is it doesn't seem to work with a 302 redirect. For example:
I set up a 302 URL forwarding redirect for site1.com, site2.com, site3.com all pointing to site.com. How can I find which site was forwarded?
Thanks
$url = $_SERVER['HTTP_REFERER'];
The only problem is it doesn't seem to work with a 302 redirect. For example:
I set up a 302 URL forwarding redirect for site1.com, site2.com, site3.com all pointing to site.com. How can I find which site was forwarded?
Thanks








