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
1 answer

DNS alias to external subdomain

I have a homepage with a subdomain. For example "mysub.maindomain.ch". Now I want to redirect another domain "www.theother.ch" to this subdomain. In fact: "www.theother.ch" should open "mysub.maindomain.ch". Can I achieve this with DNS records? What…
Joehl
  • 109
  • 4
-1
votes
1 answer

Host multiple subdomains with one public ip, on one server

I wanna host many subdomains on one server with only one public ip. For example there would be: service1.myurl.com, service2.myurl.com and myurl.com. How can I achieve that ? Would running the different services in containers and referencing them…
Nabil B
  • 1
  • 1
-1
votes
1 answer

Adding dns entry for subdomain in another subdomain

I have a now created a subdomain - api.domain.com. Now I want to create 1.api.domain.com, 2.api.domain.com. Each pointing to different servers. Is that possible? I want to make this happen in aws route 53.
humbleiam
  • 145
  • 1
  • 2
  • 6
-1
votes
1 answer

Apache2.conf getting subdomain wildcards to work correctly

What I want to do seems easy enough to me in concept, but I've spent a little over 12 hours stuck on this with no luck. I think I'm close, but not sure. This is what I need: example.com redirects to www.example.com (301) www.example.com loads…
-1
votes
1 answer

Simple DNS Modifications, Directing to CDN

I'm reading through this guide which is quite thorough and helpful, but I've come across one paragraph that's stumping me. For your root domain, you'll change its A record to point to one of the CDN's IP ranges. For each subdomain, modify its CNAME…
-1
votes
1 answer

Pointing subdomain to EC2 Server without changing addresss

I am trying to point my subdomain to an EC2 Server. I added the following DNS entries on my registry. A Record test1 => EC2 Elastic IP Address C Name test2 => xxxxx-amazonaws.com When I test them, both test1.example.com and test2.example.com go to…
-1
votes
1 answer

SSL certificates are automatically redirecting subdomains to the top level

I need a certificate for each one of my subdomains on my server. I have two subdomains and a top level (I don't need one for the top level). The subdomains I need an SSL certificate are pma (remote administration) beta (private beta access to the…
-1
votes
2 answers

How to configure Nginx to load wordpress site in subfolder? (for api calls)

My project directory structure is as follows: /var/www/mysite/ backend/ frontend/ where frontend/ contains simple html and js files, and backend/ is a wordpress site. I expose wordpress data to a REST api endpoint for the frontend. I want to…
Organic67
  • 1
  • 1
-1
votes
1 answer

How to point a registered domain to another server's subdomain?

I have created a subdomain at my hosting server, e.g. test.myserver.com And recently the site need to go to production, therefore, I have registered a domain for the site: e.g. production.com So, I would like to point the production.com to the…
-1
votes
1 answer

Apache subdomain (html) directory to external ip addr

Wondering how to redirect subdomain public html directory to external server pu lic html directory? E.g When user comes to this link: Sub.domain.com/abc Contents of abc would get displayed from another external server html directory. Edit: Os --…
-1
votes
1 answer

Nginx redirect all subdomains to http://example.com instead of http://blog.example.com

So, I had my webserver running fine, I like non-www domains so I would leave non-www active, but whenever user would type www, they could also access the non-www version normally. Then I created a subdomain http://blog.example.com. Now all traffic…
sigmaxf
  • 119
  • 4
-1
votes
3 answers

Apache doesn't start after virtualhost setup (CentOS7)

I setup virtualhost file in /etc/httpd/conf.d/vhost.com.conf like the example and check my file and addresses many times ServerName www.vhost.com ServerAlias vhost.com DocumentRoot /var/www/html/vhost.com/public_html/ …
saeed Am
  • 11
  • 1
  • 2
  • 4
-1
votes
2 answers

Is it possible that i use not mail.example.com,can i use just another like abc.example.com for my mailserver?

Two questions, two problems. I use cloudflare so I don't reveal my IP, there is a problem I can not use cloudflare for my mail server. Now is it so i am under DDOS because mail.example.com is exposed. Is there a way to change the name of the…
xxxxx
  • 1
  • 1
-1
votes
1 answer

Two domains on one IP, added a subdomain and different domain's SSL gets protocol error

I've been running two domains on one IP for years using SSL. One is example.com and the other is other.com. example.com has three names with its SSL cert; example.com, www.example.com and dev.example.com. other.com has other.com and www.other.com.…
Rob
  • 344
  • 3
  • 15
-1
votes
1 answer

External FQDN for RDS server? or sub-domain?

I am trying to setup a terminal server and need to have an external FQDN name. So far we have a main domain name hosted by 3rd party. lets call it "aaa.com" We also have subdomain name called "mail.aaa.com", "vpn.aaa.com", now I need to have a…
Root Loop
  • 902
  • 4
  • 24
  • 45