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

url rewriting

Guest
Sep 10, 2010 Sep 10, 2010

Hi, i am trying to rewrite urls for SEO purposes.

Basically to allow the user to type in

domain/product/shoes and this convert to

domain/product/detail.cfm?product=shoes

i cant seem to find a simple way of doing this, im using ii6 and cf8.

TOPICS
Advanced techniques
314
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
Guest
Sep 10, 2010 Sep 10, 2010
LATEST

You have to extend the IIS, 'cause URL rewriting is not standard functionality in Coldfusion or IIS.

There are several tools that can manage url rewriting for IIS:

http://www.isapirewrite.com/

http://urlrewriter.net/

http://iirf.codeplex.com/

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