nginx 配置隐藏index.php效果

location / {
            if (!-e $request_filename) {
                rewrite  ^(.*)$  /index.php?s=/$1  last;
            }
}

 

posted @ 2020-11-06 16:30  变形金刚之猩猩将军  阅读(130)  评论(0编辑  收藏  举报