thinkphp nginx怎么配置隐藏index.php
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thinkphp nginx怎么配置隐藏index.php相关的知识,希望对你有一定的参考价值。
参考技术A 设置默认首页,去掉index.php即可。 参考技术B 复制我自己的回答,https://zhidao.baidu.com/question/501205824638204404ThinkPHP3.2
把下面代码加入nginx的server里面,tp配置开启rewrite模式
if (!-f $request_filename)
rewirte ^(.*)$ /index.php?s=$1;
本回答被提问者采纳 参考技术C 会找官方文档吗?
以上是关于thinkphp nginx怎么配置隐藏index.php的主要内容,如果未能解决你的问题,请参考以下文章