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. 这个你改个东西的主要内容,如果未能解决你的问题,请参考以下文章

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

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

thinkphp5.1在php7.3下使用phpmailer报错

解决 ThinkPHP5 RCE 在PHP7下,不能使用包含的问题

环境搭建(Nginx + PHP7 + Mysql + 运行ThinkPHP5项目)

thinkphp5 集成 redis