码迷,mamicode.com
首页 > 其他好文 > 详细

finecms ngix 伪静态设置

时间:2018-12-30 12:51:03      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:设置   last   location   ast   静态   bsp   php   bre   index.php   

finecms ngix 伪静态设置

location / {     

    if (!-e $request_filename) {

        rewrite ^/index.php(.*)$ /index.php?s=$1 last;

        rewrite ^(.*)$ /index.php?s=$1 last;

        break;

    }            

}

 

finecms ngix 伪静态设置

标签:设置   last   location   ast   静态   bsp   php   bre   index.php   

原文地址:https://www.cnblogs.com/hm21/p/10198986.html

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