| Posted: 08 March 2010 at 6:29pm | IP Logged
|
|
|
Hey everyone,
So I've searched high and low and can't figure this out... As well, I don't see a search option for this forum.
Anyways, I have an old page that needs to be redirected to a new page, this is simple. The part I can't figure out is getting the URL of the referring domain.
So that when a user lands on the page: http://www.mysite.com/index.aspx
They click a link to the old page: http://www.mysite.com/evaluate_page.aspx
They are redirected to: http://www.mysite.com/customer-feedback.aspx?refUrl=http://www.mysite.com/index.aspx
All I need is to grab the referring URL and use it in my RewriteRule, but can't figure out how. Please help
|