Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Accepted Answer
Hello,
What I would suggest here is:
SSH to the droplet
Then check the content of the /var/www/ folder:
ls -l /var/www
/var/www/html.old folder there, just put it back in its initial place.mv /var/www/html.old /var/www/html
Then test your site again.
Another thing that you could also check is if there are any issues with your Apache’s configuration, to do that just run an Apache config test and make sure that you get Syntax OK message:
apachectl -t
If you are still unable to get the site up, just share the content of the /var/www/ folder here and also the output of the apache config test along with your apache configuration file. Then I should be able to advise you further.
Regards, Bobby