正文:
实测成功搭建,无需任何授权啥的!
安装教程:
源码上传至虚拟机或者服务器
访问域名/install 安装,版本设置PHP7.3
后台地址: 域名/admin 账号 admin 密码 123456
关闭防夸站(特别注意)
详细安装步骤以上已经说明
网站伪静态设置(不设置网站支付无法回调)
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;
}
程序:
wweosa.lanzouh.com/iCi7R0semzch
图片:
来源地址:https://blog.csdn.net/egfegeg/article/details/130028083