Questions tagged [subdomain]

In the Domain Name System (DNS) hierarchy, a subdomain is a domain that is part of a larger domain.[1]

The Domain Name System has a tree structure or hierarchy, with each node on the tree being a domain name. A subdomain is a domain that is part of a larger domain, the only domain that is not also a subdomain is the root domain.

For example, mail.example.com and calendar.example.com are subdomains of the example.com domain, which in turn is a subdomain of the com top-level domain (TLD).

A "subdomain" expresses relative dependence, not absolute dependence: for example, wikipedia.org comprises a subdomain of the org domain, and en.wikipedia.org comprises a subdomain of the domain wikipedia.org.

1428 questions
-1
votes
2 answers

Creating subdomain for Webmin on Amazon Route 53 / EC2

I have setup / installed webmin on Amazon Ec2 instance running linux. After creating user with login credential and adding port 10000 in security group, I am able to login via http://IP-ADDRESS-HERE:10000 . I would like to create subdomain like…
azeem
  • 103
  • 3
-1
votes
1 answer

Howto urlrewrite for subdomain in IIS 8

I have 2 domains on server2012, IIS8 www.abc.com and www.xyz.com mailenable works like this way: www.xyz.com/mewebmail I want users to access their mails like that: webmail.abc.com this means I need to redirect (or urlrewrite) webmail.abc.com…
user231500
  • 1
  • 1
  • 2
-1
votes
2 answers

How to load my app from client's domain name

I am building a SAAS product which is hosted on abc.com and i will have few clients with domains client1.com, client2.org, client3.in etc. Now i want to serve my application to each client on their domains like client1.com/app, client2.com/app,…
Jigar
  • 101
  • 3
-1
votes
1 answer

How to configure nginx to accept all subdomain?

This is part of nginx.conf: server { listen 80 default deferred; # for Linux server_name *.server.com.br; client_max_body_size 4G; # omitted } I want to accept without…
Rodrigo
  • 179
  • 3
  • 12
-1
votes
1 answer

Redirecting sub-domains of different domains to the same site

I have a cloud VPS on which I am hosting a few sites on behalf of a few clients. My Apache is configured with VirtualHosts (I use Zpanel), so each site has its own root folder, and from the DNS settings I just add an A record from *.sitedomain.com…
jbx
  • 93
  • 1
  • 10
-1
votes
1 answer

Can name servers be pointed to different sub (and sub sub) domains?

here's the issue. There is a sub domain, let's call it flag.domain.com using names servers, let's say ns1.dns.com and ns2.dns.com. There is also a sub sub domain events.flag.domain.com which also currently points to the same name servers. The…
John
  • 13
  • 1
-1
votes
1 answer

Enabling both www and non www url for subdomains

I am currently using apache on linode to host my website. I am using a number of sub-domains each of which is accessible only with non-www url. www url gives 503 error. However, I wish my domains to be accessible from both type of urls. A typical…
Prashant Singh
  • 125
  • 1
  • 8
-1
votes
1 answer

How can count subdomains of a domain?

How can find out that how many sub-domain has a specific domain name? I used a trick that in Google by site:*.domainname.com command read total backed result. Is it accurate?
hesam
  • 21
  • 2
-1
votes
3 answers

can I add a subdomain through my web host if the domain is hosted through another registrar

I have a domain that is registered through a registrar to whom I don't have access. I want to create a subdomain through the hosting environment, to which I do have access. Is this possible?
-1
votes
1 answer

Cannot add subdomain after editing vhost templates in DirectAdmin

Issue I have a virtual private server running Debian with DirectAdmin. I have edited the vhost template files used by DirectAdmin so that subdomains aren't placed in the main domain's public_html. As per the instructions, I have asked DirectAdmin to…
mingos
  • 157
  • 2
  • 8
-1
votes
1 answer

Using subdomains, separate databases, and virtual hosts to scale SAAS

I am building office management software on a LAMP server on a SAAS model. My clients typically have 5-10 thousand customers they are tracking with all of their contact, invoicing, appointment information. I want to keep each clients information in…
Jared Green
  • 71
  • 1
  • 6
-1
votes
1 answer

Hostgator primary domain to route to subfolder

I have a primary domain xyz.com and now I added a subdomain, abc.com and it is being properly redirected to the subfolder in the 'www' folder abc.com, but where as my primary domain , xyz.com I want to redirect it to the subfolder in the 'www' is…
-1
votes
1 answer

IIS8: Redirect subdomain to specific port

I've got a Windows 2012 vServer with IIS8. I've some applications running on it like YouTrack or TeamCity. From extern, I can point at them http://domain.tld:port/[query]. But I don't like that. What I want to have is…
-1
votes
2 answers

In apache, subdomain http://subdomain.domain working but www.subdomain.domain not working

I have configured a subdomain in my Apache2 httpd server, but having a problem. I can reach the subdomain by using http://subdomain.domain.com but do not access it by using www.subdomain.domain.com My top-level domain say, domain.com can be reached…
Abhinav
  • 743
  • 2
  • 9
  • 20
-1
votes
1 answer

Integrate an hosted e-commerce solution in a web site hosted on a different server

In mydomain.com i need to integrate an ecommerce page that i would like to be hosted by a different provider. For what I understood I have to create a subdomain store.mydomain.com from the cpanel and then a cname or an A record that point to that…