系统相关
首页 > 系统相关> > phpstudy + tp6 出现 404 Not Found nginx/1.15.11

phpstudy + tp6 出现 404 Not Found nginx/1.15.11

作者:互联网

404 Not Found nginx/1.15.11

设置伪静态
打开phpstudy > 网站 >管理 > 伪静态
添加下面代码

if (!-e $request_filename) {
    rewrite ^/(.*)$ /index.php/$1 last;
}

502 Bad Gateway nginx/1.15.11

继续出现502错误

切换PHP版本试试

标签:11,1.15,nginx,tp6,404,Found,502
来源: https://blog.csdn.net/sphinx1122/article/details/121465554