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

Subdomain resolving to 2 different IP addresses (one unknown)

I have a domain registered with Fasthosts (animesoc.co.uk). I've recently hosted a forum on an external server (with IP address 51.254.128.170), and pointed the subdomain http://forums.animesoc.co.uk/ to this by adding the corresponding A…
-1
votes
2 answers

Someone made subdomains mysite.com/bellagio without my permission and I cannot remove it

Ok first, It's Not a duplicate question My Problem is different. I recently searched my domain in google like site:mysite.com and I see a load of links to casinos that are not mine. The subdomain structure is www.mysite.com/bellagio I never created…
rex purve
  • 7
  • 3
-1
votes
1 answer

Subdomain with different ip on same server

I am creating a subdomain with a different account (same name-servers) But I am wondering if there are any advantages to giving the subdomain a dedicated ip (same server hosting)
-1
votes
2 answers

Subdomains are not resolving

I have an Ubuntu+Virtualmin server with multiple sites on board. Sites are working fine but for some reason "www." and other subdomains are not resolving. My server IP is 107.170.xxx.xx. If I add this record to my /etc/hosts on local machine, I can…
-1
votes
2 answers

Redirecting/rewriting wildcard domains to ssl in nginx

I have tried all the solutions found on this site and others but am still having a problem with redirecting a wildcard subdomain with http to https. I still end up with https://%2A.example.com/site_admin The above url displays in Chrome and "This…
AllanD
  • 41
  • 1
  • 8
-1
votes
1 answer

Apache mod_rewrite to Nginx rewrite

I have a virtual private server with whm/cpanel. I have installed nginx_admin plugin. The plugin has created virtual host files (example.com, *.example.com and manage.example.com) In my old apache configuration file
ngx
  • 11
  • 4
-1
votes
1 answer

Creating subdomain for domain which is on a dedicated IP

I am not sure if this question belongs here. I have got a new server. It provides three IP addresses. There is a DNS manager where I can setup domain name at a particular IP. Done successfully, and added domain using virtual host. Its working…
akshayb
  • 101
  • 3
-1
votes
2 answers

Subdomain filtering does not work

I'm trying to configure domain in a way, so I could use subdomain for accessing database. For example if my domain is domain.com and I have databases demo and demo2. Then I should be able to access it by writing demo.domain.com and demo2.domain.com.…
Andrius
  • 99
  • 3
-1
votes
1 answer

Multiple domains within a school network environment

The work placement I am currently at has two domains a old one and a new one. The new one is pointed to our frog server which hosts our website on our internal network and we have a osx server which uses the old domain. I have created a subdomain…
-1
votes
2 answers

Basic, wildcard or multidomain SSL certificate?

I need to secure a domain example.com and subdomains, dash.example.com, sql.example.com, etc... I didn't set up the server so I don't really know the DNS entries. As you may notice I'm really new to this. I noticed that example.com and the…
Sebastien
  • 33
  • 1
  • 6
-1
votes
1 answer

www and no www duplicate versions of the site?

So I am having an issue where on my webserver if you go to wwww.mydomain.com it works and displays the website, but if you go to mydomain.com it doesn't change or redirect you to www.mydomain.com, so people can be on mydomain.com and…
-1
votes
2 answers

Apache add subdomain

I need to add a subdomain to this server, i added this NameVirtualHost *:80 DocumentRoot /var/www/html ServerName images.login.acorn.lt DocumentRoot /var/www/html ServerName…
Ben
  • 101
  • 3
-1
votes
1 answer

Should images be stored on a subdomain or subdirectory?

I'm working on a sharing app where images get stored for 24 hours. Does it bring any advantages to store them on a subdomain http://imgs.example.com instead of a subdirectory http://www.example.com/imgs/?
Uli
  • 3
  • 1
-1
votes
1 answer

Proxy to the same subdomain with nginx

I just bought the domain xappspot.com, and what I'd like to do is proxy request to it to appspot.com. For example: http://json-time.xappspot.com/time.json -> http://json-time.appspot.com/time.json How could I configure nginx to do this? I searched…
wong2
  • 313
  • 1
  • 3
  • 12
-1
votes
1 answer

mod_rewrite: Redirect https://example.com to https://sub.example.com

I have an domain example.com running on an Apache Server and I want to redirect every call to https://example.com to https://sub.example.com. I have a Virtual Host configured like this: ServerName sub.example.com …
Iralution
  • 103
  • 3