you could also remove the extension all together, and set the 404 error handler under iis for the site to point to a cfm page, and there's a setting when you do it, I think you have to set it to use a url instead of a file, and then put code into the cfm page that does processing to see if the url that the page request came in as was something you recognize, otherwise, send them to the normal 404 error handler or whatever you normally have handling the 404's. I've done this before where the url was like www.mycompanyname.com/joebob and looked up joebob in the user table or whatever, and gave him the page he was expecting.
Bruce Dunwiddie Ticket Technology P: 866.543.3331 F: 913.451.1786 [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, July 09, 2004 4:59 PM To: [EMAIL PROTECTED] Subject: [KCFusion] Remapping .cfm to other extensions As is frequently the case, www.houseoffusion.org already has an answer laid out for us. http://www.houseoffusion.com/cf_lists/messages.cfm/threadid=27883&forumid=4 MM also has a nice walkthrough demonstrating this with .dbm, an alternative extension (use whatever you want!): http://www.macromedia.com/support/coldfusion/ts/documents/tn18289.htm Ryan ========================================================= Kansas City ColdFusion User Group's website & listserv is hosted through the generous support of Clickdoug.com To send email to the list, email [EMAIL PROTECTED] To (un)subscribe, email [EMAIL PROTECTED] with your request. For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1. ====================================================== ========================================================= Kansas City ColdFusion User Group's website & listserv is hosted through the generous support of Clickdoug.com To send email to the list, email [EMAIL PROTECTED] To (un)subscribe, email [EMAIL PROTECTED] with your request. For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1. ======================================================
