Question

nginx 404 not found

On my wordpress site, after setting up, it showed 404 Not Found nginx/1.18.0 (Ubuntu), how can I fix it?


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
October 17, 2022

Hi there,

In addition to what has already been mentioned, I could suggest following the steps here on how to troubleshoot common Nginx errors:

https://www.digitalocean.com/community/questions/how-to-troubleshoot-common-nginx-issues-on-linux-server

Feel free to share any of the errors that you find in your logs here so we could try and advise you further.

In addition to that, also feel free to share your Nginx server block configuration here as well.

Best,

Bobby

Hi @tinyaquasquid,

Sorry for the inconvenience. First you must check that all services are working.

  1. service --status-all

If everything is OK, check the logs to see what is happening, i.e. for NGiNX the default log location is /var/log/nginx/*.log.

Let me know how it goes.

Sergio Turpín

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.