Hi Mark Assuming that your error page is in /error/iis_errorhandler.cfm from the root, either via virtual directory or physical file path availible to HTTP calls (IE HTTP read is enabled)
Set the type to url and the path to /error/iis_errorhandler.cfm I've found using <cfdump var="#CGI#"> is immensely handy for working out what's being passed where. the actual url called and the primary error code are passed as an invisible query string. Sub error codes don't appear to be passed. Cheers Sean "Mark Stanton" <[EMAIL PROTECTED]> wrote in message news:22201@cfaussie... > > Hi Sean > > > Map your error message as a URL to your script using a relative path from > > your website's base directory. unfortunately it mangles a few headers so > > existing domain based redirection scripts need to be rejigged. > > Does this mean you are setting up a virtual on each site to the error > handling code. eg. www.somedomain.com/error/iis_errorhandler.cfm and mapping > the error dir as a virtual on each site? > > > Cheers > > Mark > > > ______________ > Mark Stanton > Web Production > Gruden Pty Ltd > Tel: 9956 6388 > Mob: 0410 458 201 > Fax: 9956 8433 > email: [EMAIL PROTECTED] > www.gruden.com > > > > --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
