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. 优化缓存机制
上传后解压,设置伪静态后,访问域名进行安装即可
原文链接:https://www.jocat.cn/archives/79218,转载请注明出处。