nginx服务器隐藏入口文件配置(针对thinkphp5)

发布于 2020-03-05 18:34:06
location / {
    if (!-e $request_filename){
        rewrite  ^(.*)$  /index.php?s=$1  last;   break;
    }
}
0 条评论

发布
问题

官网
微信

官方微信