cferror is for errors that occur within cfm files. To catch a 404 you are going to need to use your web server's error handling or use CF's Missing Template Handler.
On 11/22/06, Michael E. Carluen <[EMAIL PROTECTED]> wrote: > Hi everyone. > > > > I am currently adding a basic custom error page on my app with the basic > tags: > > <cfsetting showDebugOutput="No"> > > <cferror type="request" template="error.cfm" mailto="[EMAIL PROTECTED]"> > > on the application cfm > > > > On testing it however (by using a .cfm file name that does not exists), I > still see the usual debug page with "Error Occurred While Processing > Request" message and not the error.cfm. > > > > Any suggestions? Thanks in advance. > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261517 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

