tp3.2.2无法加载控制器:Index.php

浏览:3332 发布日期:2014/09/03 分类:求助交流
在服务器上设置伪静态出现无法加载控制器,

在本地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]
最佳答案
评论( 相关
后面还有条评论,点击查看>>