好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

wordpress网站默认的nginx伪静态规则

如果你安装 wordpress 源码的次数不超过 20 次,你不要跟我说你会 wordpress 主题建站,那么小雨给大家分享 wordpress 网站默认的nginx伪静态规则

location /
{
    try_files $uri $uri/ /index.php?$args;
}

rewrite /wp-admin$ $scheme://$host$uri/ permanent;

查看更多关于wordpress网站默认的nginx伪静态规则的详细内容...

  阅读:40次