• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question about subdomains.

de9ali

Member
Can a subdomain live on a seperate computer, instead of the computer where the main domain is hosted? Does this make sense?

In other words, our domain -- mydomain.com is hosted on 1 computer and we want subdomain.mydomain.com to be hosted on another computer (not redirected). Is this possible? And can anyone guide me in the right direction. BTW, we are using WIN2k and Apache.

 
Yes. Each subdomain has to have an A record created as well, in the DNS servers you use, so you can specify any IP you want to.

For instance, the "www" subdomain is in fact just a reference to a host computer, which happens to be by common usage always a web server, but it could be anything. A properly configured DNS record would have an entry for domain.com as well as www.domain.com, and any other hosts you want pointed to a particular address. Without an A record, subdomains go nowhere.

How you set this up depends on where your DNS is hosted. Most of the domain registrars who allow you to use their DNS servers let you set up subdomains through a web form, or if you have your DNS served elsewhere, just contact the admins and tell them what subdomain and IP you need.
 
Back
Top