为了账号安全,请及时绑定邮箱和手机立即绑定

nginx怎么配置隐藏index.php?

nginx怎么配置隐藏index.php?

紫衣仙女 2018-10-17 07:03:29
nginx怎么配置隐藏index.php
查看完整描述

1 回答

?
达令说

TA贡献1821条经验 获得超6个赞

nginx.conf里边写
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php/$1 last;
}
}

查看完整回答
反对 回复 2018-11-19
  • 1 回答
  • 0 关注
  • 842 浏览

添加回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号