服务器系统:Linux + Centos7.x + 宝塔
亲测环境:Nginx 1.18.0 + php7.0 + Mysql8.0
有自助安装程序跟提示操作即可
Nginx伪静态设置
location / {
if (!-e $request_filename){
rewrite^(.*)$/index.php?s=$1last;break;
}
}
本文由果果科技于2025-06-08发表在宝丰县果果网络科技,如有疑问,请联系我们。
本文链接:https://guoguo.org.cn/direct/10451.html