等效于IIS 7.0的mod_rewrite

时间:2020-03-05 18:52:49  来源:igfitidea点击:

是否有等效于IIS 7.0的mod_rewrite

a)或者多或者少完整

b)适用于生产环境,即经过战斗测试/可靠/安全的

我们有基于经验的推荐吗?

解决方案

回答

看看URLRewriter。一次在生产中使用它就没有问题。但是,不要仅以此作为唯一的质量检查:

http://www.codeplex.com/urlrewriter

(它是免费的,并且具有Microsoft公共许可证)

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.

回答

如果我们有$ 99.00的余款,则可以访问http://www.isapirewrite.com/

[摘自他们的网站]

产品总览

ISAPI_Rewrite是基于正则表达式的功能强大的URL操作引擎。它的行为与Apache的mod_Rewrite相似,但专门为Microsoft的Internet信息服务器(IIS)设计。 ISAPI_Rewrite是用纯C / C ++编写的ISAPI过滤器,因此速度非常快。 ISAPI_Rewrite为我们提供了超越标准URL方案并开发自己的方案的自由。

[使用示例]可从http://www.helicontech.com/articles/provocative_SEF_URLs.htm获得

回答

签出Microsoft为IIS 7创建的URL重写模块

回答

ISAPI Rewrite适用于IIS 5或者6. 有一个免费的Lite版本,或者我们可以付费购买完整版以获得更多功能,例如代理功能。自从我使用它已经有一段时间了,但是当时它运行良好。

回答

Helicon Ape是IIS7上Apache mod_rewrite和其他Apache模块的完美替代品。语法与Apache 99%兼容。

回答

http://www.iis.net/extensions/URLRewrite是为IIS 7.0设计的,具有出色的性能和管理UI。

回答

国际金融研究所

  • 适用于IIS5、6或者7.
  • 自由
  • 开源的
  • 维护良好
  • 自由
  • 支持正则表达式模式匹配
  • 使用.htaccess语法
  • 重写规则
  • 重定向规则
  • RewriteHeader
  • RewriteCond
  • 自由
  • 为每个IIS应用程序或者站点使用单独的配置文件
  • 规则更改会自动加载
  • 代理通行证
  • 我是否提到它是免费的?

回答

自从Apache跳到IIS以来,我一直在使用Helicon Ape。它的语法与Apache兼容。

回答

我们可以在此处阅读有关如何使用Managed Fusion URL Rewriter的文章:

http://carlos.mendible.com/2010/02/runnig-apache-behind-iis-server-net.html

希望能帮助到你。