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