使用教程:首先上传源码访问域名安装好之后导入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
免费 源码 获取QQ群: 209403992
求详细教程