finecms ngix 伪静态设置

Posted hm21

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了finecms ngix 伪静态设置相关的知识,希望对你有一定的参考价值。

finecms ngix 伪静态设置

location / {     

    if (!-e $request_filename) {

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

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

        break;

    }            

}

 

以上是关于finecms ngix 伪静态设置的主要内容,如果未能解决你的问题,请参考以下文章

phpstudy伪静态设置该怎么做

伪静态设置问题 帝国cms

帝国cms伪静态设置问题

WordPress伪静态规则设置

宝塔面板设置伪静态规则

Nginx/Apache之伪静态设置 - 运维小结