Skip to main content
Known Participant
October 6, 2008
Question

URL Rewriting

  • October 6, 2008
  • 2 replies
  • 540 views
I have urls that look like this:

/category/index.cfm?page=view_category&cat_id=8
/product/index.cfm?page=product&id=14

I would like to rewrite them to make them a bit more SEO friendly (not that these are horribly unfriendly, just want to utilize keywords if possible.) Any ideas or anything you can redirect me too?

I'm on a Windows Server BTW.

Thank you,
Paul
    This topic has been closed for replies.

    2 replies

    Participating Frequently
    October 8, 2008
    or run Apache on Windows and use mod_rewrite for free :)
    Inspiring
    October 6, 2008
    I assume you are using IIS as your Web Server. If this is correct then you should look into purchasing ISAPI Rewrite http://www.isapirewrite.com/

    Then you can use RegEx patterns to accomplish exactly what you are after!