> but if it is a missing .cfm > i just get the cf debugger, and not a 404.cfm page
If you're running IIS, you can set the ISAPI filter and extension handler to "check if file exists" (off by default) which will cause IIS to actually look for the file on disk and only pass the request to ColdFusion if the file is actually there, otherwise it will fall over to the internal 404 setting for that site in IIS. -Justin Scott, http://www.tlson.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313117 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

