Something is wrong as you should have no problem with CF code in your missing template handler. HOWEVER you cannot put a cfinclude into it (or there are restrictions to its ability to find included files... I forget which but we had a long thread on it here when I discovered the problem).
Rather than putting in a cfinclude, try something ultra-simple like <cfset variables.thisMessage="Sorry. Couldn't find that page. Go away!"> <h1><cfoutput>#variables.thisMessage#</cfoutput></h1> -- [EMAIL PROTECTED] Janitor, MSB Web Systems mysecretbase.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253650 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

