Morning... I've set up apache here with a 404 error doc line so any unhandled calls will be redirected to a .cfm page for handling:
ErrorDocument 404 /404.cfm It handles redirects fine, but I can't seem to access any of the "redirect" variables that *should* be available to me. For example, if I redirect to a .cgi script that just dumps out the $ENV associated array (basically the CF CGI scope) I get the following line in there: REDIRECT_URL : /this/does/not/exist But if I dump the CGI scope in my 404.cfm page, the REDIRECT_URL key does not appear, which is quite unhelpful when I'd like to redirect the user somewhere else depending on what they're trying to access... Any suggestions? Tim. ------------------------------------------------------- RAWNET LTD - Internet, New Media and ebusiness Gurus. Visit our new website at http://www.rawnet.com for more information about our company, or call us free anytime on 0800 294 24 24. ------------------------------------------------------- Tim Blair Web Application Engineer, Rawnet Limited Direct Phone : +44 (0) 1344 393 441 Switchboard : +44 (0) 1344 393 040 ------------------------------------------------------- This message may contain information which is legally privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any unauthorised disclosure, copying, distribution or use of this information is strictly prohibited. Such notification notwithstanding, any comments, opinions, information or conclusions expressed in this message are those of the originator, not of rawnet limited, unless otherwise explicitly and independently indicated by an authorised representative of rawnet limited. ------------------------------------------------------- -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
