How to Set Up a Subdomain DNS Record Print


How to Set Up a Subdomain DNS Record

Summary:
Point a subdomain like blog.yourdomain.com to another server or service.

To point a subdomain to a server IP:

  1. Go to cPanel > Zone Editor (or your DNS manager).
  2. Click Manage next to your domain.
  3. Click Add Record.
  4. Choose record Type = A.
  5. Enter the Name field as blog. Enter the Value as the target server’s IP.
  6. Click Save Record.

If the subdomain needs to point to another hostname instead of an IP, use a CNAME record instead:

  • Choose Type = CNAME.
  • Name: blog
  • Value: otherserver.example.com
  • Save.

Allow up to 48 hours for DNS propagation.


Was this answer helpful?

Related Articles

What is DNS and How Does It Work? What is DNS and How Does It Work? Summary:DNS (Domain Name System) acts like the phonebook of... Understanding DNS Record Types Understanding DNS Record Types Summary:A quick overview of the most common DNS records you’ll... How to Add DNS Records via cPanel How to Add DNS Records via cPanel Summary:Step‑by‑step instructions for managing DNS records on... How to Add SPF, DKIM & DMARC Records How to Add SPF, DKIM & DMARC Records Summary:Boost your email delivery by adding key TXT... Why DNS Changes Take Time (Propagation) Why DNS Changes Take Time (Propagation) Summary:Explains why DNS updates aren’t instant and how...
« Back