Mod_rewrite for IIS

烂漫一生 提交于 2019-12-08 05:04:28

问题


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.


回答1:


If you're using ASP.NET, URLRewriting.net is good and open source.




回答2:


The more advanced tool is ISAPI Rewrite (there is free and paid versions)

http://www.isapirewrite.com/

It allows you setting almost all kinds of rules which mod_rewrite can do.




回答3:


We use the Ionics ISAPI Rewriter. It's configuration is a subset of what is available with Apache's mod_rewrite.




回答4:


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




回答5:


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.



来源:https://stackoverflow.com/questions/683635/mod-rewrite-for-iis

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!