Hi Bobby, Thanks, cool .. it handles all the non .cfm 404's ..
Any ideas on the .cfm side of things please? The CF docs refer to a missing template handler. I can see in cf admin where this is config'd. But I don't get how it works when there is more than one site running? Jenny -----Original Message----- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: 28 November 2005 00:58 To: CF-Talk Subject: RE: Apache Virtual Hosts It's been a while (and even then, most were done with the .htaccess file and allowoverides turned on) but have you tried just putting the ErrorDocument in your particular Virtaul host block... <VirtualHost www.mysite.com> ServerName www.mysite.com ServerAdmin [EMAIL PROTECTED] DocumentRoot /path/to/www/mysite.com ErrorDocument 404 /404.cfm </VirtualHost> You should be able to call up any page for any error number that way (I think) If that doesnt work, let me know and I'll set one up and try and figure it out with you. ...:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225351 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

