How to solve 404 error in Wordpress, working with Nginx, when enabling pretty permalink structure.
Just add this line in the location block.
try_files $uri $uri/ /index.php;
How to solve 404 error in Wordpress, working with Nginx, when enabling pretty permalink structure.
Just add this line in the location block.
try_files $uri $uri/ /index.php;