thinkphp5 No input file specifie
2018-06-29 本文已影响0人
chaosii
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
检查下public文件夹下有没有.user.ini,有的话删掉