On my wordpress site, after setting up, it showed 404 Not Found nginx/1.18.0 (Ubuntu), how can I fix it?
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!
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
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.
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