fastadmin 后台登录 模块不存在

如下图加上这句试一下 rewrite ^(.+?\.php)(/.+)$ /$1?s=$2 last;

location / {
if (!-e $request_filename) {
rewrite ^(.+?\.php)(/.+)$ /$1?s=$2 last;# 加上这一句配置试试
rewrite ^(.*)$ /index.php?s=$1 last;
#rewrite ^(.*)$ /EtxTQIoerX.php?s=$1 last;
break;
}

}

在宝塔伪静态的地方加上  

posted @ 2022-09-12 10:31  阿波罗任先生  阅读(244)  评论(0编辑  收藏  举报