URL Re-Writing on Windows with .NET

Discussion in 'Search Engine Optimization' started by Big Richard, Jan 24, 2006.

  1. #1
    Big Richard, Jan 24, 2006 IP
  2. MidoriWeb

    MidoriWeb Member

    Messages:
    62
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #2
    ISSAPI-REWRITE

    google it :)
     
    MidoriWeb, Jan 24, 2006 IP
  3. Carlito

    Carlito Peon

    Messages:
    679
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You'll probably want to use an httpmodule to do it. Most utilize regular expressions in the web.config, so you don't need to recompile anything to change or add new rewrite rules.

    I wrote my own - it was only about 30 lines of code - but there also appear to be some fully functional ones that are free as well.

    This one looks good:
    http://www.urlrewriting.net
     
    Carlito, Jan 24, 2006 IP