Closed tanveer19 closed 9 years ago
i use wnmp for wordpress. if i set permalink setting to post name in Wordpress, then all posts give "404 Not Found" error.
if you have installed wordpress in http://localhost/wordpress/ add location /wordpress { try_files $uri $uri/ /wordpress/index.php?args; }
in line number 61 of nginx.conf inside of the location block.
i use wnmp for wordpress. if i set permalink setting to post name in Wordpress, then all posts give "404 Not Found" error.