上記現象が起きてて困ってる。色々と検索して解決しようと模索しているが、うまくいかない。
困っています!
location / {
try_files $uri $uri/ /index.php?$args;
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
#try_files $uri $uri/ =404;
}
これで直ったっぽい。
[nginx]パーマリンクを変更すると404エラー[解決済み]