阿牛 发表于 2016-12-28 10:17:11

Nginx下,wordpress放在子目录,重写方案

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

wp是wordpress的目录

够简单吧?
页: [1]
查看完整版本: Nginx下,wordpress放在子目录,重写方案