亲测环境:Nginx 1.20 + php7.3 + mysql5.6
伪静态设置 thinkphp
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
数据库配置文件 application\database.php
后台地址:/admin
后台用户:admin
后台密码:123456
前台账户:18888888888
前台密码:18888888888
亲测环境:Nginx 1.20 + php7.3 + mysql5.6
伪静态设置 thinkphp
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
数据库配置文件 application\database.php
后台地址:/admin
后台用户:admin
后台密码:123456
前台账户:18888888888
前台密码:18888888888