Question

How to connect to wordpress website on Ubuntu 18.04 via HTTPS://IPaddress??

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.


Submit an answer


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!

Sign In or Sign Up to Answer

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.

KFSys
Site Moderator
Site Moderator badge
September 10, 2020
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

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

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

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.