nginx 重写去掉index.php

Posted 宁佳兵

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx 重写去掉index.php相关的知识,希望对你有一定的参考价值。

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

 

以上是关于nginx 重写去掉index.php的主要内容,如果未能解决你的问题,请参考以下文章

nginx 将除白名单外的所有内容都重写为 index.php

nginx 重写 隐藏index.php

无法在 nginx 中隐藏 index.php 以进行社交引擎重写

nginx去掉url中的index.php

Lumen + nginx = 错误 500,重写或内部重定向循环,同时内部重定向到“/index.php”

tp5.1 nginx环境下url去掉index.php