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
6
votes
3 answers

How to point sub-domains to different local IP

My question is the same with How to point a subdomain to local server with dynamic IP. The difference is that I do have a static IP from my ISP, I think i do not need to use DynDNS right? so what can I use instead? My goal is to point each…
thang nhoc
  • 63
  • 1
  • 1
  • 4
6
votes
1 answer

Redirect all subdomains to subfolders

I'd like to add a rule so that all subdomains get redirected to a subfolder. For example: app1.example.com -> example.com/app1 app2.example.com -> example.com/app2 something.example.com -> example.com/something All subdomains will only be one level…
alf
  • 195
  • 1
  • 6
6
votes
3 answers

Is it ok to not use 'www' in my website subdomain url?

We have a website that is a subdomain of our primary domain, such as site.example.com. The official URL of the website is http://site.example.com, but some people keep referring to it as www.site.example.com. I have a redirect rule in place to…
churnd
  • 4,077
  • 5
  • 34
  • 42
6
votes
4 answers

DNS Subdomain delegation issue

(Updated the post with more detailed example) I have my domain: example.com setup at DNS provider 1. Provider 1 has nameservers: ns1.dns1.com ns2.dns1.com I want to delegate authority for subdomain.example.com to another DNS provider, provider 2,…
Catalin
  • 63
  • 1
  • 1
  • 4
5
votes
2 answers

Point a subdomain with CNAME to a DDNS subdomain?

I got a Synology NAS, with different virtual hosts, so i got a DDNS (user.synology.me), let's say the virtual hosts are server1, server2 and server3, so i can access them using server1.user.synology.me, etc. I pointed my example.com to…
5
votes
0 answers

HAProxy subdomains and path redirection

I'm new to StackExchange and am trying find some assistance with a configuration problem. I need to create a configuration for HAProxy that will allow me to dynamically proxy a Tomcat application context path to a subdomain. The subdomain/path can…
5
votes
1 answer

How to create subdomains using nginx and proxy_pass for each

I currently have nginx setup for my server at my.server.com. Using the current configuration I access different applications using http://my.server.com/app1 or http://my.server.com/app2. I have an apps.conf placed in /etc/nginx/sites-enabled/ this…
Anthony
  • 253
  • 1
  • 7
  • 10
5
votes
3 answers

Wildcard DNS, VirtualHosts on apache2, 404 for unused subdomains

On an Apache2 server linked to by a DNS that includes a wildcard entry, e.g. *.example.com, subdomains that are not defined as ServerNames in any VirtualHosts point to the first defined VirtualHost, in my example this is 000-default. My Question:How…
5
votes
2 answers

Can you have a sub sub domain?

Can you have DNS records with sub sub domains? E.g.: www.blog.domain_name.com? What about a sub sub wild card domain? At the same time supporting *.domain_name.com? E.g.: *.blog.domain_name.com?
Daniel
  • 3,791
  • 7
  • 33
  • 34
5
votes
0 answers

can't access sub-subdomain: DNS_PROBE_FINISHED_NXDOMAIN

I can't access to sub-subdomains. For example http://electricien.synerciel.fr is working. But, for sub-subdomains http://electricite-lemonnier.electricien.synerciel.fr/ returns DNS_PROBE_FINISHED_NXDOMAIN Here's the DNS configuration : I don't…
Tristan
  • 498
  • 2
  • 9
  • 27
5
votes
1 answer

Pingdom error: "No delegation could be found at the parent" when analyzing subdomain

I have a subdomain dramarsarin.crimsonandcyan.com which i wanted to point to another server. I added an A record in the zone file for crimsonandcyan.com with the host 'dramarsarin' and pointed it to the server's ip address. Now when i do a dns check…
Kanishk Dudeja
  • 173
  • 1
  • 10
5
votes
1 answer

How do I configure namecheap for "arbitrarily-nested" wildcard subdomains?

I'm trying to set up something like nyud.net, where any arbitrary chain of subdomains resolves to the same CNAME record (which in my case points to an amazon elastic load balancer). Ex: www.gogle.com.nyud.net:8080 points to one of their cache…
bobpoekert
  • 293
  • 2
  • 8
5
votes
1 answer

Regular expressions in server_name with Nginx vhost

I have something I'm trying to do with Nginx. Say I have a few users and a subdomain, and each user has a directory at /home/dev/sites/USER_ID. I would like for USER_ID.dev.example.com to point to that directory. I've tried making a vhost files as…
SharkofMirkwood
  • 152
  • 1
  • 1
  • 5
5
votes
2 answers

Hostname or subdomain?

I understand that, in the direction "webmail.chemistry.iit.edu", "chemistry" is a subdomain and "webmail" the hostname. Then, why in "mail.google.com", according to Google's documentation, is "mail" a subdomain? Isn't it mandatory to have the…
pepito
  • 53
  • 1
  • 1
  • 3
5
votes
2 answers

Do I need child domains in AD?

I have a an organization having HQ(about 150 users) in one city and 16 branches (high schools, 300-400 users each) each in different city. What I have to do is create a domain(s) in AD for corporate network. I was suggested to do the…
ysakiyev
  • 263
  • 1
  • 5
  • 12