explain your problem what is your situation what do you want to be changed be precise pls!!! what operating system / version of SW / server are you using ?! the handling of 404 mainly is done by server (=apache)
There is a tutorial on coldfusion error handling, have a look at www.adobe.com/livedocs/coldfusion/5.0/Developing_ColdFusion_Applications/debugError5.htm ·
Hi First you have to create custom 404 page with "404" name for your site and after that you update your htaccess file with below code: ErrorDocument 404 /404.php
You have a few options: In IIS or Apache, change the default 404 error handler to point to a cfm file of your choice. In Application.cfc, set up the onMissingTemplate function to handle requests for .cfm files that are sent to ColdFusion before the web server checks to see if they actually exist.