webs.me.uk UK web hosting directory

Home → Guides → Domains, DNS and .uk: registrars, transfers and the records you need

Beginner 9 min read

Domains, DNS and .uk: registrars, transfers and the records you need

Why to keep your domain away from your host, what each DNS record does, and how .uk registration and transfers actually work.

Register your domain somewhere other than your host

It is convenient to buy both together and it is a mistake. If a hosting dispute arises — a billing problem, an account suspension, a company failure — you do not want the domain that is your business identity held by the same party. Keeping them separate also makes moving hosts a five-minute DNS change instead of a transfer.

Good registrars for UK buyers: Namecheap (free WHOIS privacy for life, honest renewals), Cloudflare Registrar (sells at wholesale cost, no markup, though it does not support .uk), LCN.com and Names.co.uk for .uk domains. Compare the renewal price, not the first-year offer.

.uk specifics

  • Nominet is the registry for .uk. You always buy through a registrar, never from Nominet directly.
  • .co.uk remains the default for UK businesses. .uk is shorter and increasingly accepted. .org.uk suits charities and community groups. .ltd.uk and .plc.uk require matching Companies House registration.
  • UK domains register in 1–10 year terms and typically cost £8–£12/year at a fair registrar.
  • Transfers between UK registrars use an IPS tag rather than an auth code: you ask your current registrar to change the IPS tag to the new registrar's, then claim the domain there. It is usually free and can complete the same day.
  • Check the registrant field is your name or your company — not your web designer's. This is the most common and most painful ownership problem in UK small business web work.

The DNS records you will actually touch

RecordDoes whatTypical value
APoints the domain at an IPv4 address203.0.113.45
AAAASame, for IPv62a01:4f8::1
CNAMEAliases one name to anotherwww → example.com
MXWhere email for the domain is delivered10 mx.google.com
TXT (SPF)Lists who may send mail as youv=spf1 include:_spf.google.com ~all
TXT (DMARC)Tells receivers what to do with failuresv=DMARC1; p=quarantine; rua=mailto:…
CAARestricts which CAs may issue your certificates0 issue "letsencrypt.org"

SPF, DKIM and DMARC are no longer optional. Google and Microsoft both enforce authentication for bulk senders, and a domain without them lands in spam. Your email provider gives you the exact records to paste.

TTL and why changes seem not to work

TTL is how long resolvers cache a record. A 24-hour TTL means some visitors keep seeing the old server for a day after you change it. Before any planned migration, drop the TTL to 300 seconds a couple of days ahead, make the change, then raise it again afterwards. And clear your own resolver cache before concluding it has failed — check with dig example.com @1.1.1.1 rather than trusting your browser.