RE: Clean URL's

2012-03-26 Thread andy matthews
...@gmail.com] Sent: Monday, March 26, 2012 11:15 AM To: cf-talk Subject: Re: Clean URL's The existing site has this URL format, and they have tons of search engines already indexed. I have to move the entire site to a CF environment, and I don't want to introduce a new url pattern wi

Re: Clean URL's

2012-03-26 Thread Rick T
The existing site has this URL format, and they have tons of search engines already indexed. I have to move the entire site to a CF environment, and I don't want to introduce a new url pattern with fear of losing my search engine listings. >I've had success with SES Converter: >http://develo

Re: Clean URL's

2012-03-26 Thread Dominic Watson
Using Apache, you can use mod_rewrite to handle this for you. No CF code necessary. http://httpd.apache.org/docs/current/mod/mod_rewrite.html On 26 March 2012 16:05, Rick T wrote: > > I am using Apache with Railo and I am in need to having my URL's looking > something like this: > > www.somed

RE: Clean URL's

2012-03-26 Thread Eric Bourland
I've had success with SES Converter: http://developer.fusium.com/tools/ses.cfm You would still have the .cfm extension; you would get pages in this form: http://www.ccbsllc.com/pages/Portfolio.cfm http://nutriciaconsulting.com/pages/Upcoming-Events.cfm But that result is search engine friendly

Re: Clean URL's

2012-03-26 Thread Azadi Saryev
these 2 links should help you set up your SES urls: http://jamiekrug.com/blog/index.cfm/2010/8/31/cfml-tomcat-apache-ajp-proxy-redux http://corfield.org/entry/Railo_for_Dummies_Part_V Azadi On Mon, Mar 26, 2012 at 23:05, Rick T wrote: > > I am using Apache with Railo and I am in need to having

Re: Clean URL's

2012-03-26 Thread John M Bliss
Several CF frameworks have this built-in. For example, http://cfwheels.org Are you planning on using a framework? If so, which one? On Mon, Mar 26, 2012 at 10:05 AM, Rick T wrote: > > I am using Apache with Railo and I am in need to having my URL's looking > something like this: > > www.somedo