PHP环境5.6以上最好用宝塔搭建
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;
}
系统更新日记
1.商户后台支持订单自助退款
2.新增订单退款安全密码
3.新增两套模板
下载链接:

举报 0