Phill B wrote: > I think I found a solution. I will have a 404.cfm file for each site that > will load a cfc that will take care of the missing page. Its not perfect but > at least I will only have to deal with one cfc rather than one for each of > the sites. Thanks for the help Ian!
Another thought would be your 404.cfm with a dynamic <cfapplication name="#applicationName#"...> tag. How and where you populate the applicationName variable (NOTE: NOT application.name) would take a bit of figuring. My first ideas would be some combination of cgi variables and|or a server scoped structure to dynamically determine what website i.e. application generated the 404 message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302446 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

