IIS伪静态目录出现错误

浏览:553 发布日期:2014/07/24 分类:求助交流
原本正常应该是这样http://www.abc.com/xxx_xxxx.html?&p=3 使用Apache是正常的,但是使用IIS就变成这样了
http://www.abc.com/index.php/xxx_xxxx.html?&p=3
httpd.ini 应该怎么编写,下面这个是现在的编写状态
《《[ISAPI_Rewrite]
CacheClockRate 3600
RepeatLimit 32

RewriteRule (?!\/config)(.*)$ /index\.php/$1 [I]》》
最佳答案
评论( 相关
后面还有条评论,点击查看>>