[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Passing HTTP_REFERER to a custom 404 page?



> didn't see anything indicating that the 404.asp page had any idea of where
> it came from (other than the Session variable and the Host).   And yes,
I'm
> using a relative reference (/404.asp, not
http://www.mydomain.com/404.asp).
> Any ideas or things I've missed?


]Try using

] $ENV{'REDIRECT_URL'}

]Blessings
]Revd Leonard


Rev - Thanks, but exactly where do I use this?  I tried
'Request.ServerVariables("REDIRECT_URL")' as per the Apache website, but it
comes up empty as well.  When I use your exact syntax in the ASP page, I get
Object Expected...  This is a Raq3, btw.

Jay