[原创]亲测!彩虹易支付源码+搭建教程
使用教程:首先上传源码访问域名安装好之后导入shanhaiyun.sql这个数据库即可开始使用本系统,PHP选择7.1
伪静态:
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;
}
前端展示
后台地址:域名/admin,账号admin,密码:123456
阅读剩余
版权声明:
作者:chanlicheng
链接:https://clcxz.cn/archives/149
文章版权归作者所有,未经允许请勿转载。
THE END