服务器系统:Linux+宝塔
亲测环境:Nginx 1.16 + php7.3 + mysql5.5
数据库配置文件 application\database.php
后台地址:/admin
后台用户:admin
伪静态设置 thinkphplocation / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}
Hi~欢迎回来
服务器系统:Linux+宝塔
亲测环境:Nginx 1.16 + php7.3 + mysql5.5
数据库配置文件 application\database.php
后台地址:/admin
后台用户:admin
伪静态设置 thinkphplocation / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}