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!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273030
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to