mod_rewrite equivalent for IIS 7.0 - Stack Overflow most recent 30 from stackoverflow.com2009-11-25T16:37:55Zhttp://stackoverflow.com/feeds/question/60857http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/60857/modrewrite-equivalent-for-iis-7-03mod_rewrite equivalent for IIS 7.0John McC2008-09-13T20:43:19Z2009-11-05T01:27:55Z
<p>Is there a mod_rewrite equivalent for IIS 7.0 that's </p>
<p>a) more or less complete </p>
<p>b) suitable for a production environment, i.e. battle-tested/dependable/secure</p>
<p>Do you have an experience-based recommendation?</p>
http://stackoverflow.com/questions/60857/modrewrite-equivalent-for-iis-7-0/60861#608611Answer by AlexDuggleby for mod_rewrite equivalent for IIS 7.0AlexDuggleby2008-09-13T20:48:15Z2008-09-13T20:57:12Z<p>Have a look at URLRewriter. Used it in production once without problems. But don't rely on that as the only quality check:</p>
<p><a href="http://www.codeplex.com/urlrewriter" rel="nofollow">http://www.codeplex.com/urlrewriter</a></p>
<p><em>(It's free and has a Microsoft Public License)</em></p>
<blockquote>
<p>Managed Fusion URL Rewriter is a powerful URL manipulation engine based on the Apache mod_rewrite extension. It is designed, from the ground up to bring all the features of Apache mod_rewrite to IIS 6.0 and IIS 7.0. Managed Fusion Url Rewriter works with ASP.NET on Microsoft's Internet Information Server (IIS) 6.0 and Mono XPS Server and is fully supported, for all languages, in IIS 7.0, including ASP.NET and PHP. Managed Fusion Url Rewriter gives you the freedom to go beyond the standard URL schemes and develop your own scheme.</p>
</blockquote>
http://stackoverflow.com/questions/60857/modrewrite-equivalent-for-iis-7-0/60866#608662Answer by David Negron for mod_rewrite equivalent for IIS 7.0David Negron2008-09-13T20:54:43Z2008-09-13T20:54:43Z<p>If you have $99.00 to spare you may want to take a look at <a href="http://www.isapirewrite.com/" rel="nofollow">http://www.isapirewrite.com/</a> </p>
<p>[Excerpt from thier website]</p>
<p><strong>Product overview</strong></p>
<p>ISAPI_Rewrite is a powerful URL manipulation engine based on regular expressions. It acts mostly like Apache's mod_Rewrite, but is designed specifically for Microsoft's Internet Information Server (IIS). ISAPI_Rewrite is an ISAPI filter written in pure C/C++ so it is extremely fast. ISAPI_Rewrite gives you the freedom to go beyond the standard URL schemes and develop your own scheme.</p>
<p>[Example of use] available at <a href="http://www.helicontech.com/articles/provocative_SEF_URLs.htm" rel="nofollow">http://www.helicontech.com/articles/provocative_SEF_URLs.htm</a></p>
http://stackoverflow.com/questions/60857/modrewrite-equivalent-for-iis-7-0/60875#608755Answer by John Sheehan for mod_rewrite equivalent for IIS 7.0John Sheehan2008-09-13T21:09:45Z2008-09-13T21:09:45Z<p>Check out the <a href="http://iis.net/downloads/default.aspx?tabid=34&g=6&i=1691" rel="nofollow">URL Rewrite Module for IIS 7</a> created by Microsoft</p>
http://stackoverflow.com/questions/60857/modrewrite-equivalent-for-iis-7-0/79599#795990Answer by X-Cubed for mod_rewrite equivalent for IIS 7.0X-Cubed2008-09-17T03:19:17Z2008-09-17T03:19:17Z<p><a href="http://www.isapirewrite.com/" rel="nofollow">ISAPI Rewrite</a> is suitable for IIS 5 or 6. There's a Lite version available for free, or you can pay for the full version to get more features, such as proxying capabilities. It's been a while since I've used it, but it worked fine at the time.</p>
http://stackoverflow.com/questions/60857/modrewrite-equivalent-for-iis-7-0/1103671#11036711Answer by TonyCool for mod_rewrite equivalent for IIS 7.0TonyCool2009-07-09T12:52:30Z2009-07-09T12:52:30Z<p>A pefect alternative to Apache mod_rewrite and other Apache modules on IIS7 is <a href="http://www.helicontech.com/ape/" rel="nofollow">Helicon Ape</a>. The syntax is 99% Apache compatible.</p>
http://stackoverflow.com/questions/60857/modrewrite-equivalent-for-iis-7-0/1580027#15800271Answer by Daniel Vasquez Lopez for mod_rewrite equivalent for IIS 7.0Daniel Vasquez Lopez2009-10-16T19:41:51Z2009-10-16T19:41:51Z<p><a href="http://www.iis.net/extensions/URLRewrite" rel="nofollow">http://www.iis.net/extensions/URLRewrite</a> was designed for IIS 7.0 and features great performance and administration UI.</p>
http://stackoverflow.com/questions/60857/modrewrite-equivalent-for-iis-7-0/1677786#16777860Answer by Cheeso for mod_rewrite equivalent for IIS 7.0Cheeso2009-11-05T01:27:55Z2009-11-05T01:27:55Z<p><a href="http://IIRF.codeplex.com" rel="nofollow">IIRF</a></p>
<ul>
<li>works with IIS5, 6 or 7. </li>
<li>Free</li>
<li>open source</li>
<li>well maintained</li>
<li>Free</li>
<li>supports regular expression pattern matching</li>
<li>uses .htaccess syntax </li>
<li>RewriteRule</li>
<li>RedirectRule</li>
<li>RewriteHeader</li>
<li>RewriteCond</li>
<li>Free</li>
<li>use separate config file for each IIS application or site</li>
<li>rule changes are loaded automatically </li>
<li>ProxyPass</li>
<li>Did I mention it is Free? </li>
</ul>
<p><img src="http://imgur.com/cz6tM.png" alt="alt text"></p>