解决方案:php
在入口文件下修改.htaccess文件it
(入口文件是指index.php所在目录的.htaccess)文件
原:解决方案
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]修改为RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]