Is there anything similar to mod_rewrite for IIS 6/7? I want to be able to point several domains (I'm guessing using CNAMEs) to one domain "abc.com", and then do a redirect to "abc.com/start.html" once the browser hits that domain.
+2
A:
The more advanced tool is ISAPI Rewrite (there is free and paid versions)
It allows you setting almost all kinds of rules which mod_rewrite can do.
Koistya Navin
2009-03-25 22:01:01
+1
A:
If you're using ASP.NET, URLRewriting.net is good and open source.
Chris Hynes
2009-03-25 22:03:05
+2
A:
We use the Ionics ISAPI Rewriter. It's configuration is a subset of what is available with Apache's mod_rewrite.
Sean Bright
2009-03-25 22:07:19
A:
Helicon Ape is a product that emulates Apache behavior on IIS7. For IIS6 ISAPI_Rewrite 3 is the tool that does the job of Apache mod-rewrite
TonyCool
2009-07-09 14:28:04
A:
http://www.iis.net/extensions/URLRewrite/ will work for IIS 7 (it doesn't and won't work for IIS 6). It has a Administration UI and was designed for IIS 7.
Daniel Vasquez Lopez
2009-10-16 19:44:58