【问题标题】:Equivalent of this htaccess for IIS7?等效于 IIS7 的这个 htaccess?
【发布时间】:2010-10-03 01:10:48
【问题描述】:

这些重写规则的等价物是什么:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ /index.php [NC,L]

在 IIS7 中?

这些是 Zend Framework 的重写规则,它们在 Apache 下工作。我尝试使用 URL 重写模块将它们导入 IIS7,但导入失败(有两个错误)。

有人可以帮我解决这个问题吗?

【问题讨论】:

    标签: apache iis zend-framework .htaccess iis-7


    【解决方案1】:

    【讨论】:

      猜你喜欢
      • 2016-07-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-12-27
      • 1970-01-01
      • 2011-01-02
      • 1970-01-01
      相关资源
      最近更新 更多