单语言 只有英文,只适合海外市场
搭建环境:Linux服务器系统、宝塔控制面板、nginx、php7.4、msq5.7
文件需要开启权限777
伪静态:
location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
修改数据库配置文件, 数据库先可以导入\SQL FILE这里面的
/www/wwwroot/xxxx.xxx/admin/include/connection.php
/www/wwwroot/xxxx.xxx/admin/desktop.php
/www/wwwroot/xxxx.xxx/include/connection.php
后台:
域名/admin
账号admin密码123456
前端:
账号1234567890密码123456