Report this

What is the reason for this report?

www issue

Posted on November 27, 2013

Hello, I have several domains installed on my droplet

site1.com, site2.com

site1.com and www.site1.com are both loading the same correct path site2.com is loading the correct path but not www.site2.com which is loading the default path (from site1.com)

In my httpd-vhosts.conf I have

<VirtualHost *:80> ServerAdmin admin@site1.com DocumentRoot “/var/www/site1.com/public_html” ServerName site1.com ServerAlias www.site1.com,mail.site1.com,stats.site1.com ErrorLog “/var/www/site1.com/error.log” CustomLog “/var/www/site1.com/requests.log” combined </VirtualHost>

<VirtualHost *:80> ServerAdmin admin@site2.com DocumentRoot “/var/www/site2.com/public_html” ServerName site2.com ServerAlias www.site2.com,mail.site2.com,stats.site2.com ErrorLog “/var/www/site2.com/error.log” CustomLog “/var/www/site2.com/requests.log” combined </VirtualHost>

/etc/hosts has the subdomains too

I have this CNAME for both sites: www CNAME @

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!

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.

You can separate them with spaces instead and it would work as well.

I guess any subdomain is loading the default documentRoot. <br> <br>How can I change this? <br>Thanks

I solved it. <br>It’s 1 Alias per line. we can’t separate them with ,

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.