nginx伪静态

location / {
if (!-e $request_filename) {
rewrite ^/(.[a-zA-Z0-9\-\_]+).html$ /index.php?mod=$1 last;
}
rewrite ^/pay/(.*)$ /pay.php?s=$1 last;
}
location ^~ /plugins {
deny all;
}
location ^~ /includes {
deny all;
}

2023/06/30:
1. 跳转微信客服支持多企业多客服轮询
2. 新增黑名单列表,订单界面可一键添加
3. 新商户订单支付成功率检测
4. 新增通道订单连续失败检测(升级前先备份之前的黑名单列表) 2023/06/17: 1. 新增 H5 页面跳转微信客服支付功能 2. 优化缓存机制
上传后解压,设置伪静态后,访问域名进行安装即可

1 21 - 免费|亲测|以解密易支付更新版/支持多客服轮询源码下载

资源下载
下载价格免费
原文链接:https://www.jocat.cn/archives/79218,转载请注明出处。
0
显示验证码
没有账号?注册  忘记密码?