【发布时间】: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