I built a system that actually does databased redirects for 404's, is that what you are looking for? Works for directories, .html, and CF files. If a 404 is encountered, the database is queried with the "bad" url; if there is a good URL matching that "bad" URL, the user is redirected. Otherwise, the "bad" URL is added to the database for investigation. Currently it's on CF5, but there's nothing in there to keep it from working on MX
Pete ----- 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

