原本正常应该是这样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]》》