|
我的网站本来是apache环境下,现在换成了IIS,我按照网站说的,配置了rewrite的配置文件后,网站的首页可以打开,但是内页有些能打开,有些不能打开,这是什么原因啊,求高手指点
[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]
哪位高手指点一下,非常感谢。。。
|
|