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:

  1. Log in to your DNS provider’s control panel (e.g., Cloudflare).
  2. Locate the DNS zone for your domain.
  3. Click Add Record.
  4. Type: ALIAS (or ANAME, depending on provider).
  5. Name: @ (represents root domain)
  6. Value: Target domain (e.g., example.net)
  7. Click Save.