服务器系统:Linux + Centos7.x + 宝塔
亲测环境:Nginx 1.18.0 + PHP5.6 + Mysql5.5
修改数据库配置文件:/APP/Conf/config.php
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
服务器系统:Linux + Centos7.x + 宝塔
亲测环境:Nginx 1.18.0 + PHP5.6 + Mysql5.5
修改数据库配置文件:/APP/Conf/config.php
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}