Report this

What is the reason for this report?

Why is my subdomain directing to the same folder as the main domain?

Posted on October 13, 2014

I’ve made one droplet, I’m trying to host a website on the main domain and roundcube (webmail software) on a subdomain (mail.domain.com). The problem is that the subdomain is directed at the same folder as the main domain so making a change to one automatically changes the other.

From what I can tell the main folder is located at: /var/www/html while the mail subdomain is at /var/mail but for some reason the subdomain is not pointing to that folder, its point to the main.

Below I’ve attached a screenshot of my DNS configuration:

DNS Configuration



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.

DNS only maps a hostname (domain, subdomain, etc.) to an IP address, while the webserver (Apache in this case) decides what files to serve for each hostname.

You need to add a virtualhost for mail.domain.com that points to /var/mail, see How To Set Up Apache Virtual Hosts on Ubuntu 14.04 LTS | DigitalOcean.

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.