用户
 找回密码
 入住 CI 中国社区
搜索
查看: 2299|回复: 0
收起左侧

[讨论/交流] 为什么在iis下配置CodeIgniter后,网站的内页只有部分能打开

[复制链接]
发表于 2011-12-21 13:52:09 | 显示全部楼层 |阅读模式
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32

RewriteRule /(?:index\.php|css|images|upload|JS|Items|system/application/plugins/Edit|uploadfile)/(.*) $0 [I,L]
RewriteRule /robots\.txt $0 [I,L]
RewriteRule /(.*) /index.php\?/$1 [I,L]


请高手指点一下。。。

本版积分规则