【区块链】2021最新赛玛共享按摩椅前端蓝色UI+分销返利+去除短信注册验证
从www.soku.cc转载来的,我大概看了下,还不错。具体你们拿去研究。
服务器系统:Linux + Centos7.x + 宝塔
亲测环境:Nginx 1.18.0 + PHP5.6 + Mysql5.5
修改数据库配置文件:/APP/Conf/config.php
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}