原因1:更改根目录的.htaccess文件内容为:
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>
原因2:有于宝塔面板项目部署会生成user.ini文件
open_basedir=/服务器上项目目录/:/tmp/:/proc/
若你的项目在/work/nihao下,那么user.ini文件为:open_basedir=/work/nihao/:/tmp/:/proc/