server side redirect referral?
Does anybody know if a server-side redirect (ASP, PHP, it doesn't matter) will show up in the logs of the server of the destination with the correct referring URL? For example, if I do [%response.redirect("http://yahoo.com")%], will Yahoo see the referral from my site?
|