Re: trigger onMissingTemplate in CF for directory requests

2013-02-26 Thread Steve 'Cutter' Blades
onMissingTemplate only fires for ColdFusion processed template requests (.cfm, .cfc, etc). Generally a directory request will need to be handled by a 404 handler. I haven't tested this, but your issue may be your web server's default template handler. Most web servers are setup to, by

Re: trigger onMissingTemplate in CF for directory requests

2013-02-26 Thread Matthew Smith
How do I get the calling template though? I was using CGI.PATH_TRANSLATED but the value for that is always 404.cfm. On Tue, Feb 26, 2013 at 5:38 AM, Steve 'Cutter' Blades cold.fus...@cutterscrossing.com wrote: onMissingTemplate only fires for ColdFusion processed template requests (.cfm,