Nginx で、Permalink を使う方法

nginx.conf

location / {
try_files $uri $uri/ /index.php?$args;
}
参考ページ

WordPress


Return

Mar/27/2017 AM 08:25