Paul, I totally gave up on using CF managed SES url's a while back, although it might not be 100% useful for you, I'm using a windows mod_rewrite equivalent called Linkfreeze.
http://www.helicontech.com/linkfreeze/ It dynamically re-writes all internal links in your source code as it delivers content via IIS, well worth checking out but there are many other tools to do the same thing. As for 404 handling, it's just as it would be on any normal site. So far it's a much simpler solution. Craig. -----Original Message----- From: Paul Vernon [mailto:[EMAIL PROTECTED] Sent: 22 April 2007 00:53 To: CF-Talk Subject: SES URL handling How do you guys handle misspellings in SES urls? Or do you even worry about it? At the moment, I'm handling this using a CF 404 error handler that queries a mappings table using the SQL Server DIFFERENCE function and if multiple records are returned, I run the records through a levenshtein distance algorithm to find the closest SES url to that which was entered into the browser. It is looking to be very effective but I can't help wondering if there is a better way to handle it... If anyone has any better ideas, I'd love to hear them :) Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275996 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

