【已解决】

更新了最新版本8.1.1.0,thinkphp5一直跳转到首页

略略略

虚拟机配置

server {

        listen        80;

        server_name  xxx.com;

        root   "";

location / {

          index  index.php index.html index.htm;

          if (!-e $request_filename) {

            rewrite  ^(.*)$  /index.php/$1 last;

break;

}

        }

        location ~ \.php(.*)$ {

            fastcgi_pass   127.0.0.1:9001;

            fastcgi_index  index.php;

            fastcgi_split_path_info  ^((?U).+\.php)(/?.+)$;

            fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;

            fastcgi_param  PATH_INFO  $fastcgi_path_info;

            fastcgi_param  PATH_TRANSLATED  $document_root$fastcgi_path_info;

            include        fastcgi_params;

            include        fastcgi.conf;

        }

}

问题比较着急?请联系QQ:760483
  • phpsutdy-爱好者
  • phpsutdy-爱好者    2020-09-03 11:49:561楼

    你再点检测更新   再更新一次就行了     

    +添加回复

  • 回复

    还是一样,一直跳回首页

    · 2022-02-08 23:59:29
    回复