Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Coldfusion SEO Friendly & Human Readable URLs

New Here ,
Aug 17, 2009 Aug 17, 2009
I am looking to change a Coldfusion Dymnaic URL to a SEO Friendly / Human Readable URL.

The URL looks like this at the moment:

I would like it to be more like www.mywebsite.com/aboutus

Not sure what is the best way to approach this. Dont really want to have duplicate pages or create static HTML versions of the dynamic page.

Would really appreciate some direction on the best way to do this.

Thanks
TOPICS
Advanced techniques
3.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Aug 18, 2009 Aug 18, 2009
LATEST

You should investigate the URL rewrite features available to your web server (IIS or Apache).  The ColdFusion server is not the ideal place to URL re-writing since, in a default installation, it does not handle requests that are not associated with a ColdFusion file type (*.cfm, .*.cfc, etc.).

If you are using IIS 7, you might try the Url Rewrite Module from Microsoft

http://www.iis.net/extensions/URLRewrite

If you are using Apache, you mighty try using mod_rewrite

http://httpd.apache.org/docs/2.2/rewrite/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources