I have a new error now for [https://millerfuresh.com]
Index of / …Port 443
I have tried the following to fix:
I looked in apache2.conf.
In Filezilla:
I created a directory /public_html to put the index.html file in I also changed the remote site in Filezilla to : /var/www/millerfuresh.comExample link
I found this on stack overflow and the DO tutorial but it didnt work for me: sudo a2enmod usedir sudo service apache2 reload sudo mkdir /publichtml sudo chown -R $USER:$USER /publichtml sudo chmod -R 755 ~/public_html
How can I fix it? Thank You!
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!
Hi there @millerfuresh,
It looks like that your website loads as expected via HTTP on port 80 but it does not show the correct content on port 443 via HTTPS.
What you need to do is to copy the configuration from your port 80 Virtual Host and carry it over the Virtual Host for port 443.
With Apache on Ubuntu, you can find your Virtual Hosts at: /etc/apache2/sites-enabled/.
If you are not sure, feel free to share the contents of both virtual hosts config files here.
Regards, Bobby
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.