Report this

What is the reason for this report?

How do I make the www URL version of my website accessible in my one click lamp stack droplet?

Posted on September 19, 2018

I have a one-click lamp stack droplet, and have no problem viewing live files like example.com/index.html , but can’t figure out how to get it to work from www.example.com/index.html it doesn’t even 404, I get the default search results from my ISP for broken urls.

I looked into potentially using .htaccess files for this purpose, but it seems that’s not the ‘correct’ way to go about getting this to work



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.

Hello,

You would need to make sure that you have a CNAME DNS record for your www that is pointing to your main domain. Also besides that you need to make sure that your www version has been added to your Vhost ServerAlias list.

This should fix the issue. Regards, Bobby

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.