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版本试试
上一篇:(转)zigbee >TI Z-stack协议栈各种地址的获取


下一篇:创建线程的方法