Autoconfigure NGINX for WordPress Permalinks
WordPress Permalinks are not working with Nginx.
The Webpage shows the error: wordpress 404 ngix
The URL-rewriting with other Permalinks than pageID is not working with Nginx.
Implementing this seems not easy (for me), just when you also want to use a WP caching tool.
Have a look here:
https://codex.wordpress.org/Nginx
Please implement this out of the box by activating with checkbox etc...
Thanks
We have addressed this request to a certain (reasonable) extent. Specifically:
- WP permalinks will work if nginx works in the nginx-only mode for a website, serving FPM
- WP permalinks won’t work if nginx is working as a proxy in front of Apache
- WP permalinks won’t work in case of custom error pages.
This change is available since around WPT 4.3.2. Let us know if you have any questions or comments on our forum: https://talk.plesk.com/forums/wordpress-toolkit.750/
—AK
-
Marvin Zurborg commented
I dont think this can be done out of the box, as the content of the wordpress codex suggests. There are simly too many factors which can completely mess up nginx configuration (for example a caching plugin). I believe it is impossible for Parallels team to give us a backed module for configuring nginx to work with wp_permalinks with all this complexity.
You should try to learn nginx syntax or get a web profressional to aid you in your configuration / set up a perfect configuration for your wordpress installation.But then again, this config will probably with some plugin updates.