My wordpress site is down after what probably comes down to me doing things in the wrong order. What I’ve done is the following:
Can anyone make sense of this mess?
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.
I solved this by 1) updating the 000-ssl file with the correct server names. 2) reinstalling the certificates, 3) defining the site url in the wp-config, that was what created the worst headache, since wordpress was trying to mix and match the ip with the domain. Thanks a lot!
Hi there @mbjorkas,
I could suggest a couple of things:
If it is not running, try to start it.
As you mentioned make sure that the document root in the virtual host is pointing to the correct location and also disable any virtual hosts that are not being used.
Check the database credential details in your
wp-config.php
and make sure that they are correct.Let me know how it goes. Regards, Bobby