Questions tagged [domain-name]

A domain name is an identification string that defines a group of computers on the internet under the same realm of administrative autonomy, authority, or control. Technically, any name registered in DNS is a domain name, however, the term usually refers to a second and top level domain, such as serverfault.com

A domain name is an identification string that defines a group of computers on the internet under the same realm of administrative autonomy, authority, or control. Technically, any name registered in DNS is a domain name, however, the term usually refers to a second and top level domain, such as serverfault.com.

Domains are grouped into a hierarchy from right to left, with levels being delimited by dots. For example, in the domain name chat.stackexchange.com, .com would be the top level domain (TLD), stackexchange would be the second level domain and chat would be the third level domain. (Third level and higher domains are usually referred to as subdomains.)

Domain names serve as human-friendly references to networked devices, which would otherwise be designated by their IP addresses, which are strings of numbers that are generally difficult for humans to remember.

More information on domain names can be found at the Wikipedia page devoted to the topic, here.

475 questions
0
votes
1 answer

grouping two sites under domain and sub domain

I have 2 websites a main website hosted at fasthosts and an e-commerce website hosted at Vidahost. I want to combine both websites under the same domain set. Main site would be www.mydomain.com Store site would be shop.mydomain.com I want to keep…
Dave
  • 3
  • 2
0
votes
1 answer

change account's main domain in directadmin

Before anything I should acknowledge that my question was not understandable enough. So I totally edited that I have a VPS with DirectAdmin control panel. One of my users had registered with domain1.com. Now he had decided to change his domain.…
smhnaji
  • 619
  • 2
  • 11
  • 24
0
votes
3 answers

Domain name transferred now website down. Nameservers not changed

Hi guys and Merry Christmas. Got an email from a client late on Christmas Eve (joy) saying their website was down. We are looking to create a new site for them and take their hosting in the process. We have had issues with their existing hosting…
0
votes
2 answers

Two domain names one Sendmail account

I have pointed domain1.com and domain2.com to the same server on the same IP. Now email directed to me@domain2.com gets rejected: X.X.X.X does not like recipient. Remote host said: 550 5.7.1 ... Relaying denied. Proper authentication required. …
Ra.
  • 217
  • 5
  • 11
0
votes
1 answer

bind9 and multiple zone master based on domains

Is it possible to setu bind9 as a caching server, but for specific domains to use one zone master and for the nonspecified to use another zone master? Our setup: Inhouse there is a DNS-server, which is used for our different email-domains, and the…
Smet
  • 3
  • 1
0
votes
2 answers

Redirect domain to virtual server with correct URL in browser

I have an ASP.NET v4 application running on a virtual server, IIS 7.5, port 8080. Whilst testing we have behave been connecting using the IP address e.g. http://100.100.100.100:8080 I have now registered a domain name with the same company that…
Gary Joynes
  • 101
  • 2
0
votes
2 answers

If I register a domain name as a name server what do I set it's name server to?

Possible Duplicate: What is a glue record? Do I add my ISP's name servers for the domain or itself as the name server? e.g. say I have the domain www.shoes.com and a server setup for DNS ns1.shoes.com will the name server for shoes.com be…
0
votes
1 answer

Server domain name is replaced with IP address in browser address bar

I installed a LAMP server and set up my domain name to resolve to an appropriate IP address. However, when I connect to a server with it's domain name, it is with an IP address in an address bar. My /etc/apache2/sites-available/default looks like…
Septagram
  • 937
  • 1
  • 8
  • 13
0
votes
3 answers

How do I configure my server to forward "domain.com" to "www.domain.com"?

I need to forward all visitors from "domain.com" to "www.domain.com". I know this has something to do with altering the nginx config file but am not sure what to do or what code to use. I am using nginx as the server. Any help would be appreciated…
0
votes
1 answer

Windows Server 2008R2 DNS local IP's

I have a Windows Server 2008R2 server running as our domain controller and DNS server. We have a number of local IP addresses that users access quite a few times a day. At the moment they have to remember that '192.168.1.1' is the intranet and…
dannymcc
  • 2,717
  • 10
  • 48
  • 72
0
votes
1 answer

Ubuntu Bind9 Zones

I have a quick question. I just setup DNS on one of our Ubuntu servers using Bind9. Now my question is do we need to setup a "zone" for every domain name? Or is there another option? What are the best practices for setting up different domains in…
thiesdiggity
  • 437
  • 1
  • 9
  • 22
0
votes
1 answer

How to set up Name Servers on my VPS?

I am a complete newbie to server administration and I bought myself a cheap unmanaged VPS to learn to do something on my own and not be so tied to other people. So far things have been going on great, I have nginx installed, configured with basic…
rFactor
  • 367
  • 1
  • 3
  • 13
0
votes
1 answer

Nameserver not working, no A record found

I'm having trouble setting up a nameserver for my domain, we recently changed the nameserver of my domain because of an application that said our nameservers were not working fine. But now my domain does not respond to requests. I have no idea what…
Azshlanar
  • 49
  • 1
  • 7
0
votes
1 answer

How to set up your own email domain for Microsoft Server 2008, Exchange 2007, Outlook?

I am missing something from the whole picture here. I know that in Microsoft Windows Server 2008, I am able to set up an active directory and then create my own domain name for my users. However, I don't know how to apply the domain name that I…
O_O
  • 635
  • 3
  • 15
  • 25
0
votes
4 answers

What is the difference between www.domain-name.com and domain-name.com ? How to redirect between the two?

Possible Duplicate: www.example.com vs example.com I recently purchased a hosting plan from one of the service providers. They offered a free domain-name to me and I gladly purchased it. Now I logged into their control panel and put all my files…