Domains DNS Management General help New

How to point your domain at a website

MikeFletcher 06 Aug 2025, 12:30

To make example.com and www.example.com load your site:

  1. Get the IPv4 address of your web server or host (and IPv6 if it has one).
  2. In DNS, add an A record: host @, value = the server's IPv4 address.
  3. Add www: either an A record for www to the same IP, or a CNAME for www pointing to example.com.
  4. If the host provides IPv6, add an AAAA record for @ (and www) with the IPv6 address.
  5. Save and wait for the TTL to allow propagation.

Gotchas:

0 comments

Sign in with your TDesk account to comment.

← Back to all posts