简介:
超级猫超级签名分发源码 安卓苹果APP分发平台源码
1、安装环境 Linux php7.1 删除php禁用函数里面的exce
2、开启SSL和伪静态
code
- location / {
- if(!-e $request_filename){
- rewrite “^/([a-zA-Z0-9]{6})$”/user/install/index/$1/ last;
- rewrite ^(.*)$ /index.php?s=$1last; break;
- }
- }
网站目录public 关闭防跨站
3、修改数据库data/conf/database.php
4、后台/admin帐号admin密码123456