码迷,mamicode.com
首页 > Web开发 > 详细

nginx去掉.php后缀方法

时间:2021-02-17 14:58:17      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:try   uri   bsp   div   pre   file   location   files   http   

/**
 * 打开nginx配置文件nginx.conf,添加以下内容
 * 注意层级,在 http{ server { location { #这里添加 } } } 添加
 */
location / {
    try_files $uri $uri/ $uri.php?$args;
}

 

nginx去掉.php后缀方法

标签:try   uri   bsp   div   pre   file   location   files   http   

原文地址:https://www.cnblogs.com/qingsong/p/14402937.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!