tp5.1路由报错No input file specified.

Posted izch

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tp5.1路由报错No input file specified.相关的知识,希望对你有一定的参考价值。

问题:

  按照官方教安装了框架,打开首页没问题,可是安装教程路由规则打开 "http://127.0.0.1/hello/2" 时,

却报错误  "No input file specified."

解决方案(2选一):

  1.修改 public/.htaccess文件为:

<IfModule mod_rewrite.c>
  Options +FollowSymlinks -Multiviews
  RewriteEngine On
 
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>

  2. PHP版本5.6以上都会出现这个问题  把php版本改为5.5就OK

 

以上是关于tp5.1路由报错No input file specified.的主要内容,如果未能解决你的问题,请参考以下文章

tp5.1 错误 No input file specified.

apache PHP 隐藏 index.php 报错 No input file specified. 解决办法

No input file specified. nginx服务器报错解决

tp5 重定向缺少index.php报错(No input file specified)

Clang: error: no input files

解决 php 报错 open_basedir restriction in effect或者nginx提示No input file specified怎么办