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