How to Create an ALIAS Record
How to Create an ALIAS Record
Summary:
An ALIAS record allows your root domain (like yourdomain.com
) to point to another domain name, similar to a CNAME, but works at the root/apex level.
Note: Not all DNS providers support ALIAS records. You can use it if your DNS provider offers it (e.g., Cloudflare, DNSMadeEasy).
Steps:
- Log in to your DNS provider’s control panel (e.g., Cloudflare).
- Locate the DNS zone for your domain.
- Click Add Record.
- Type: ALIAS (or ANAME, depending on provider).
- Name:
@
(represents root domain) - Value: Target domain (e.g.,
example.net
) - Click Save.