By liberdamj
I was following this tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lamp-on-ubuntu-18-04 on my Ubuntu 18.04 droplet and I followed everything to the letter but when I go to https://[myIPAddress] it is unable to connect. If I go to HTTP://[myIPAddress] I get my Apache2 ubuntu default page. Wordpress should be running. Not sure why I can’t connect? Any help much appreciated, this is my first time doing any of this so I am sure I made a mistake somewhere, but honestly just wouldn’t really know how to find 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!
Accepted Answer
Hi @liberdamj,
Usually these tutorials are directed in cases you want to use your domain rather than your IP address. You’ll need to make change to your file /etc/apache2/sites-enabled/000-default.conf
Open the file and find the line where it says
DocumentRoot /var/www/html
Change it to the path to your website.
Once you have done the changes restart apache and that’s it
service apache2 restart
Regards, KFSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.