TP5 中出现 No input file specified

之前用php5.4

更新至php7之后原tp5项目出现 No input file specified

 

修改方法:

打开public目录下的.htaccess文件,把:RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]

改为:RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]

posted @ 2019-03-22 14:32  松手丶明晃晃  阅读(570)  评论(0编辑  收藏  举报