How to solve 404 permalink errors on nginx server
Question
I can’t solve this issue. I tried everything I found over the web. I first tried configuring my nginx.conf following the example on codex with no success.
https://codex.wordpress.org/Nginx
I found that many users encounter this issue but the most popular fix is this:
location / {
try_files $uri $uri/ /index.php?$args;
}
I still get 404 for all pages. This only happens if I don’t use the Plain setting in permalinks structure.
Any ideas on how can I fix this? Thank you!
0
404-error, nginx, permalinks, php
7 years
2016-05-20T06:41:19-05:00
2016-05-20T06:41:19-05:00 0 Answers
92 views
0
Leave an answer