在服务器上设置伪静态出现无法加载控制器,

在本地Apache下测试是可以运行的,但在服务器上的IIS环境下就出现这个问题了。 下面是伪静态写法:
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteEngine On
RewriteRule (.*)$ /index\.php\?s=$1 [I]