最新影视小程序安装说明:
1.安装环境:
建议服务器装Linux CentOS 7+ 系统宝塔面板。
环境用
1:Nginx 1.18.0
2:php7.0 — 安装fileinfo插件、redis、sg11扩展(然后重启php服务)
3:MySQL 5.6.50
nginx伪静态:
if (!-e $request_filename) {
rewrite ^/index.php(.*)$ /index.php?s=$1 last;
rewrite ^/admin.php(.*)$ /admin.php?s=$1 last;
rewrite ^/api.php(.*)$ /api.php?s=$1 last;
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
资源下载
资源下载
原文链接:https://www.1024ab.cn/7614.html,转载请注明出处。