Support article
Configure a CNAME record on your domain
Learn how to create a CNAME record in your domain's DNS zone to point a subdomain to another service or domain name.
Introduction
A CNAME record allows a subdomain to work as an alias of another domain name. It is commonly used to connect external services, web platforms or the www version of a site.
For example:
blog.mydomain.com -> externalservice.com
When to use a CNAME
You can use it to:
- Point
wwwto another domain. - Connect a subdomain with an external platform.
- Configure email, marketing or verification tools that require a DNS alias.
Steps to create the record
- Log in to the panel that manages the DNS zone.
- Open the zone editor.
- Select the correct domain.
- Choose
CNAMEas the record type. - In
HostorName, enter the subdomain, for exampleblog. - In
Target, enter the destination name, for exampleexternalservice.com. - Save the change and wait for propagation.
Conclusion
Setting up a CNAME is a simple way to connect a subdomain with another service. The important part is creating the record in the right DNS zone and avoiding conflicts with other records that use the same name.