I've a site on a shared server. Admin has added my requested error 
document "site-map.cfm" as requested to the apache container file.

This works great for any .html pages, but ignores .cfm templates.

So, in my application.cfc file, shouldn't the below redirect to the 
defined template?

<cffunction name="onRequestStart" returnType="boolean" output="true">

<cferror
    type = "exception"
    template = "site-map.cfm"
    exception = "template">


It don't.

Do I have the total wrong idea here, or what do I have wrong?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237493
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to