Hey,
I've setup some redirects on an Apache server. They look at bit like this:
Redirect /Name/register /login.html
My question is this... is there anyway to preserve the HTTP Referrer through this redirect? It would seem that by default, Apache discards the information. I would really like it if after the redirect was complete the referrer was say:
http://the.orginalurl.com/Name/register
Anyone if this is even possible? If not, thoughts on an alternative.
Many thanks, Neil