Hi,
When I open my site i get error: “net::ERR_HTTP_RESPONSE_CODE_FAILURE”.
I can’t find anything on how to resolve this.
Any help will be greatly appreciated, thanks!
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.
Hi there,
What I could suggest is checking if your domain name is pointing to your Droplet’s IP address via this DNS lookup tool here:
https://www.digitalocean.com/community/tools/dns
If you’ve just made the DNS change, note that it might take up to a few hours for the DNS cache to clear over the Globe before you could see the new changes.
Also, you could follow the steps from this video on how to host multiple WordPress websites on the same server with Apache Virtual Hosts:
Essentially, what needs to happen is:
wget
command:/var/www/
folder:Syntax OK
reload Apache:Then run the following queries:
Hope that this helps. Regards, Bobby