I've done this in the past: http://www.eaglewd.com/fake_url.cfm
Set the template you create to be the 404 Handler in IIS, then set the template to be the "Missing Template Error Handler" in ColdFusion Administrator. This one catches missing pages and stores the info in a database, then emails the development staff to investigate. Likewise there's a template that looks almost identical that traps errors, stores the error in a database, adds the issue to a "bug tracker" and shoots off emails to the developers. You can do a lot with custom error pages. Joshua Miller [EMAIL PROTECTED] -----Original Message----- From: Nick McClure [mailto:cf-lists@;king-nacho.com] Sent: Thursday, November 14, 2002 4:44 PM To: CF-Talk Subject: RE: 404-Type Error Redirection? You can set IIS to verify the existence of CF Pages before passing to CF. It is one of the options when you set up the .CFM mapping. There is a "Check that File exists" or something like that box. That will tell it to use the IIS 404 error message, which you can then customize, you can also set this to a CFM page that is data driven. > ----- Original Message ----- > From: "Lee Fuller" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Thursday, November 14, 2002 3:44 PM > Subject: CFMX: 404-Type Error Redirection? > > > > I know we've discussed this before, but with IIS5 and CFMX, has anyone > > come up with a way to define custom error pages for .CFM 404s, and the > > like? > > > > Of course, making adjustments to the Custom Error Pages within IIS will > > work for not found or incorrect .HTM pages... But not for .CFM pages. > > > > Has anyone found an error redirect system that works with CFMX? > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

