Gossamer Forum
Quote Reply
Referrer URL
I use this code to get the referrer page.
sub Get_Page_Referrer {
return $ENV{HTTP_REFERER};
}

Is there a way to get the referrer URL as it before the Rewrite?
So if now I get www.mysite.com/aaa_bbb/
I will get www.mysite.com/page.cgi?g=aaa_bbb
Subject Author Views Date
Thread Referrer URL nir 3536 Jun 21, 2010, 4:58 AM
Thread Re: [nir] Referrer URL
Andy 3356 Jun 21, 2010, 6:38 AM
Post Re: [Andy] Referrer URL
nir 3331 Jun 21, 2010, 7:15 AM