thinkphp5安装php高版本出现No input file specified.解决

Posted 滴水穿石!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thinkphp5安装php高版本出现No input file specified.解决相关的知识,希望对你有一定的参考价值。

<IfModule mod_rewrite.c>
  Options +FollowSymlinks -Multiviews
  RewriteEngine On

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

  .htaccess 文件加上一个英文问号重启apache。

 

以上是关于thinkphp5安装php高版本出现No input file specified.解决的主要内容,如果未能解决你的问题,请参考以下文章

关于thinkphp5.0以上的版本使用PHP5.5版本以上”No input file specified“问题解决

thinkphp5中php7中运行会出现No input file specified. 这个你改个东西

thinkphp5 伪静态后出现No input file specified.问题

ThinkPHP5 与 composer

thinkphp5---安装到宝塔出现

thinkphp5 怎么使用单元测试