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

How to add a subdomain and avoid to create a new folder?

On my shared hosting, I have just created a new subdomain static.example.com but it has also create a new folder www.example.com/static/ . How can I avoid to create these new folders every time I create a new subdomain ?
xRobot
  • 141
  • 1
  • 1
  • 4
-1
votes
1 answer

Redirect www.example.com/folder to folder.example.com

I have a url that looks like this: www.example.com/folder. Now, I was wondering how I can tell Apache to redirect the url to folder.example.com
burntblark
  • 101
  • 2
-1
votes
1 answer

Create multiple subdomains for the same directory

Possible Duplicate: Apache redirect to another domain all URLs, except for ones starting with substring I would like to optimize image loading for my website using multiple subdomains for the static files residing in /files. Is there a good way…
bogdan
  • 155
  • 1
  • 8
-1
votes
1 answer

Own nameservers on shared hosting: subdomains on different hosts

I imagine this question has been asked before, but I can't find it. I have three domain names, example.com, example.net (this one has a bunch of subdomains), and example.org. Currently, all three are on shared hosting, and use the host's standard…
TRiG
  • 1,181
  • 3
  • 13
  • 30
-1
votes
1 answer

Not able to create subdomain from goDaddy

I have this domain iarmar.com hosted in goDaddy and as my web server is with another host i am using host @ record to point it to my server. my webserver is powered by CentOS and Cpanel11. i tried creating godaddy from both goDaddy and cPanel…
-1
votes
1 answer

Setting BIND up with multiple domains and subdomains?

I was wondering if anybody has, or knows of a full tutorial for setting up domains on a server(VPS specifically)? I need to be able to run multiple domains on it and have sub domains. Thanks in advance for any help, I already have BIND installed but…
Thomas McFarlane
-1
votes
1 answer

Virtual subdomain with mod-rewrite on Apache

I'm trying to rewrite requests to subdomains to a specific file. So when I visit http://test.domain.com it shows the campaign.php RewriteCond %{REQUEST_URI} !^index\.php RewriteCond %{HTTP_HOST} !^www\.domain\.com$ [NC] RewriteCond %{HTTP_HOST}…
Mark
  • 99
  • 2
-1
votes
2 answers

Creating Subdomains with Apache

I've got a server running Ubuntu 10.10 and LAMP that I'd like to configure a subdomain in Apache for. I have two websites that I want to serve: mydomain.com (which resides in /var/www/mydomain) AND clients.mydomain.com (which resides in…
Trent Scott
  • 959
  • 1
  • 12
  • 28
-1
votes
2 answers

Sell a subdomain like a real domain

I own a domain name called "ygn.cc" just like co.cc or com.us. What I would like to do is to sell yourname.ygn.cc really cheap but just like the real domain features such as editing records. I have a Linux Cpanel/WHM server with name servers to…
VOX
  • 147
  • 1
  • 5
-1
votes
3 answers

How to get my server viewable from the internet?

I have a website, mydomain.com. I want to be able to access an internal server through a subdomain of that website, server.mydomain.com. I setup a dns for that server through Windows 2003 so that I can type server.mydomain.com into the address bar…
shagism
  • 105
  • 1
  • 3
  • 8
-1
votes
1 answer

nginx + apache subdomain redirection fault

i really need your advice folks since i'm experiencing some troubles with nginx & apache2 subdomains configs first of all, there's a site (say, site.com) and two subdomains (links.site.com and shop.site.com) whose files are physically located at the…
webwolf
-1
votes
1 answer

Bind/Name Server with master domain and multiple subdomains

I am having a brain fart. I can not figure this out. I am sure someone has asked this before, but just can not seem to find it. (hence the brain fart) if you look at the following domain names as examples: someserver1.us.example.com…
None
-1
votes
2 answers

Wildcard sub-domain apache vhost doesn't load my website folder

I'm having some issues getting my apache virtual host to load the correct folder on my server. I'm building a public status pages feature for my platform, and one feature is allowing users to specify a custom sub-domain of their own domain, that…
Ryan H
  • 99
  • 1
-1
votes
1 answer

Trouble Formatting Nginx Server Block

So I'm trying to set it up where my subdomain: "forum.project-freedom.net" visits the directory of /var/www/forum/ on my server. I'd like the main URL, "project-freedom.net" to be sat on the /var/www/html/ directory of my server. I'm utilizing nginx…
-1
votes
1 answer

Can a subdomain point to a different hosting service?

We own a domain, mydomain.com, which is registered at Ionos and which has a lot of, as yet, unused storage available to it. Our main website URL has been hosted on SquareSpace since 2015, we are out of room there, our template is obsolete and the…