when i have a 404 error on a file that doesnt end in .cfm apache redirects it
to it's own 404 errordoc just fine. but when a .cfm file is not found, i get a
CF error. How do i catch that? I have the following in my application, but none
catch it: <cferror template='error.cfm' type='Exception' exception='any'>
<cferror template='error.cfm' type='request' exception='any'> <cferror
template='error.cfm' type='validation'>