custom error and missing cf templates

megan

Perch
Hello~

The setting for my custom error page works perfectly as long as the url is not to a missing file that has a .cfm extension. If the missing page has a .cfm extension then the ugly "file not found" error is shown. I cannot use cferror in the Application.cfm to send the user to a special page because if the template is missing then the Application.cfm never gets processed - does anyone know of another option I can put to work here? thanks, megan
 
this happens becasue CF is set to capture anything with .cfm extension, if you submit a ticket you can ask, and we can set the option for IIS to "verify file exists" for them CFM mapping in IIS. This will allow the custom error to work.
 
Back
Top