ISAPI Rewrite rule help ( .html -> .aspx )

Posted by ben on Stack Overflow See other posts from Stack Overflow or by ben
Published on 2010-01-18T10:18:45Z Indexed on 2010/03/28 21:03 UTC
Read the original article Hit count: 707

Filed under:
|
|
|
|

Hello,

Recently I'm working on a refactor project from asp to asp.net 3.5. There are lots of .html file uses .inc file for the header and footer in the old site, and needed to be converted to .aspx uses master page.

My problem is, for search engine and for bookmark those old pages are all gone Therefore I need to redirect the old .html pages to .aspx. I've been trying to find a way to fix that, finally i found ISAPI_Rewrite might be the tool that i can use. After a few hours reading the document on the site, i still have no clue how to write the syntax at all :(

Could anyone give a some examples please? ex. rewrite all urls under www.example.com/en to www.example.com/ rewrite all .html to .aspx

The server is using Windows 2000, IIS6, ISAPI_Rewrite 3 Lite

Thanks in advance

ben :)

© Stack Overflow or respective owner

Related posts about iis

Related posts about rewrite