gypmaster Posted June 8, 2007 Share Posted June 8, 2007 Hi, I can't find an answer to this anywhere ... simple question really: Traffic comes from site a: www.incoming.com to my site: www.mysite.com a script on www.mysite.com uses php header to redirect to destination site: www.destination.com question is, how can I make the server logs etc. on www.destination.com show that the traffic came from www.mysite.com and NOT www.incoming.com ? is there a php way to do that? is HTTP_Referrer a solution? TIA Quote Link to comment https://forums.phpfreaks.com/topic/54721-header-redirect-and-server-logs/ Share on other sites More sharing options...
rusbb Posted June 8, 2007 Share Posted June 8, 2007 HTTP_Referrer can work, the destination site will see the user as if they came from whatever the HTTP_Referrer value is Quote Link to comment https://forums.phpfreaks.com/topic/54721-header-redirect-and-server-logs/#findComment-270617 Share on other sites More sharing options...
gypmaster Posted June 8, 2007 Author Share Posted June 8, 2007 tried that ... no good! any other ideas that might work? Quote Link to comment https://forums.phpfreaks.com/topic/54721-header-redirect-and-server-logs/#findComment-270647 Share on other sites More sharing options...
gypmaster Posted June 8, 2007 Author Share Posted June 8, 2007 bump! anyone help?? Quote Link to comment https://forums.phpfreaks.com/topic/54721-header-redirect-and-server-logs/#findComment-270831 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.