| What is a CNAME? CNAME-Records (Canonical name for an alias) Often computers on the Internet have multiple functions such as web-server, ftp-server, chat-server etc. To mask this, CNAME-records can be used to give a single computer multiple names (aliases). Sometimes a single computer hosts many different domain names (take ISPs), and so CNAME-records may be defined such as abc.com = xyz.com. The most popular use the CNAME-record type is to provide access to a web-server using both the standard www.domain.com and domain.com (without the www). CNAME-records can also be used when a computer or service needs to be renamed, to temporarily allow access through both the old and new name. A CNAME-record should always point to an A-record to avoid circular references. Example, Now mydomainname.com should point to an A Record Example, You can also always use @ instead of the domain name in the \"host name\" field. The @ means the same thing as mydomainname.com How does it work? HOST NAME------RECORD TYPE----Pref-----ADDRESS Now when someone types in secure.mydomainname.com they will be able to access such a page if it exists. How long will it be before I can see my changes? |
Powered by WHMCompleteSolution