Yes, you would need to use url rewriting, either through apache with mod_rewrite, one of the third party plugins for IIS, or a custom 404 handler for cf.
Russ > -----Original Message----- > From: james carberry [mailto:[EMAIL PROTECTED] > Sent: Monday, March 19, 2007 4:00 PM > To: CF-Talk > Subject: Eliminating .cfm extensions in SES > > I am on a quest to figure out a more "seamless" approach to Search Engine > Safe (SES) URL's with ColdFusion. Several solutions I have seen achieve > SES using a URL like > http://www.myweb.com/targetpage.cfm/variable1/parameter1 > > What I want to achieve is the same result, but without having to "give > away" that the page I am calling is CF by avoiding the telltale ".cfm" in > the above example. So, it would be > http://www.myweb.com/targetpage/variable1/parameter1 wherein "targetpage" > is really a .cfm file. > > Is there any way to achieve this? Thx! > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273032 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

