PHP版本选择 7.2
配置下伪静态
伪静态规则
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;
}
将源码上传至网站根目录并解压
访问域名/install.php填写数据库相关信息安装即可
安装完成后默认 账号 admin 默认密码 123456
后台路径 域名/admin
© 版权声明
THE END
暂无评论内容