tp5 No input file specified.

1.错误信息展示:

tp5 No input file specified._第1张图片

2.修改方法

将public下的.htaccess文件修改为如下(即在index.php后面加上?):


  Options +FollowSymlinks -Multiviews
  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]


3.效果展示:

tp5 No input file specified._第2张图片

你可能感兴趣的:(php)