Read the article that everyone's commenting on.
Subscribe to the RSS Feed for comments on this article.
You can also use a custom 404 error page to catch missing urls(Or rewrite urls in this case), and then server.transfer to the correct page, or redirect.
Posted by: Tony Cheetham at December 5, 2006 3:12 AMMicronovae has recently released IIS Mod-Rewrite v2.0
http://www.micronovae.com/ModRewrite/ModRewrite.html
This URL rewriting module for IIS is compatible with Apache mod_rewrite, and it's Pro version is the only solution in the market that supports .htaccess configurations.
Posted by: micronovae at June 21, 2007 6:09 PMFor rewrite url, there is Guideman.
http://na-s.jp/Guideman/index.en.html
Microsoft IIS team has released a technical preview of the URL rewrite module for IIS 7.0. This module, when final version ships, will be officially supported by Microsoft. You can get more information about it and download technical preview from here: http://learn.iis.net/page.aspx/460/using-url-rewrite-module/
Posted by: Ruslan Yakushev at July 21, 2008 9:41 AMHi guys, I have a question: Currenclty I use a 404 pages to perform a basic URL rewriting, that works perfectly so I am asking why there is a such plugins on IIS? Is there a performance issue?
Cheers
Using a 404 pages to perform a basic URL rewriting is Good. But not support 304 Not Modified to increase performance by validation caching.
Posted by: Seris at October 7, 2008 8:57 PMTo post a comment on "Does IIS Support URL Rewriting?", please return to that article's main page.