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

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

wp是wordpress的目录

够简单吧?

猜你喜欢

转载自iloong.iteye.com/blog/1867923