We do this with several of our apps. In IIS, we set the Custom Error for 404 to a cfm page (/404.cfm for example). That page looks at the URL's query_string and redirects as appropriate.
Tim > I have a website that has listings, but I want to make it so that > people can type in a much smaller url that will then redirect (so they > can put them in classifieds for example). > > In my example, I want to have http://HomeZula.com/1057 automatically > direct people to http://homezula.com/displayListing.cfm?id=1057 > > Someone suggested to me that this can be done using Custom Error > messages and tags, but I have not been able to get it to work. > > Any help would be greatly appreciated!! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:274283 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

