xulonghai0517 发表于 2011-12-21 14:17:35

求解:急急急啊

我的网站本来是apache环境下,现在换成了IIS,我按照网站说的,配置了rewrite的配置文件后,网站的首页可以打开,但是内页有些能打开,有些不能打开,这是什么原因啊,求高手指点


# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32

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


哪位高手指点一下,非常感谢。。。

页: [1]
查看完整版本: 求解:急急急啊