By admin320822
Hello, I have several domains installed on my droplet
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!
I guess any subdomain is loading the default documentRoot. <br> <br>How can I change this? <br>Thanks
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.