Question
What is a Fully Qualified Domain Name (FQDN)?
Answer
An FQDN is a domain name that completely and uniquely identifies one and only one host on the Internet. It has this general syntax:
[hostname].[domain].[tld]
An FQDN can be broken down into four parts:
- Hostname: www, mail, ftp, store, support, etc.
- Domain: apple, microsoft, ibm, facebook, etc.
- Top level domain (TLD): .com, .net, .org, .co.uk, etc.
If a domain name is missing any of these parts, then it is not an FQDN and it can not be used as a hostname.
Additionally, not all FQDNs are equally acceptable to assign as the hostname in a cPanel environment. Here are a few restrictions to always have in mind:
- Do not select a hostname that begins with www or a number
- Do not select a hostname that ends with a hyphen (-)
- Do not choose a hostname that a cPanel account on your server is already using.
- Do not choose a potential service subdomain as a hostname (for example, cpanel.example.com or whm.example.com).
- Do not select a socially-unacceptable hostname. You must always remember that hostnames will appear in mail headers and a lot of other places.
- Only use lowercase, Latin-script letters in hostnames.
- The hostname should be no more than 60 characters. Anything over 60 characters has been known to cause issues with certain software such as MySQL Databases.
Comments
0 comments
Article is closed for comments.