nginx怎么配置隐藏index.php 我来答 1个回答 #热议# 什么是淋病?哪些行为会感染淋病? 阿巴巴fGw 2017-05-25 · TA获得超过677个赞 知道小有建树答主 回答量:1470 采纳率:84% 帮助的人:514万 我也去答题访问个人页 关注 展开全部 nginx.conf里边写location / {if (!-e $request_filename){rewrite ^/(.*)$ /index.php/$1 last;}} 本回答由提问者推荐 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2017-10-20 nginx怎么隐藏index.php 1 2017-04-27 nginx怎么配置隐藏入口文件index.php 2018-05-18 thinkphp框架在nginx环境下index.php路径为什么不显示 2 2016-10-13 nginx服务器怎样去掉url中的index.php 1 2017-03-26 Nginx如何配置实现隐藏php后缀 2014-11-15 nginx 配置问题 rewrite ^/(.*)$ /index.php/$1 last; 18 2010-10-08 怎么隐藏nginx的index.php 1 2018-05-09 请问nginx服务器的去index.php的rewrite要怎么写? 4 更多类似问题 > 为你推荐: