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

Posted HaimaBlog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thinkphp5中php7中运行会出现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]
  RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]

</IfModule>

以上是关于thinkphp5中php7中运行会出现No input file specified. 这个你改个东西的主要内容,如果未能解决你的问题,请参考以下文章