A subdomain is a prefix you add to a domain to create a separate space — forum.example.com, blog.example.com, shop.example.com. We did this with cPanel in 2012; in 2026 the basics are the same with modern DNS alternatives layered in.
Original post (2012, translated):
Want to add a subdomain to your site, or wondering what a subdomain even is?
A subdomain is a word added before a domain. For example my senininternetin.com. Adding forum. gives me forum.senininternetin.com — a separate space I can use for different content.
You can also reach it via senininternetin.com/forum. There’s an SEO angle too: if you want to rank for “webmaster”, a webmaster.senininternetin.com subdomain with webmaster content helps because keywords in the domain matter.
cPanel Walkthrough (Still Valid)
- Log in to cPanel. Usually
yoursite.com/cpanelor port:2083. - Domains → Subdomains.
- Subdomain: type the prefix (e.g.
forum). - Domain: pick your main domain from the dropdown.
- Document Root: cPanel suggests
public_html/forum— leave it. - Click Create.
- DNS propagation: 5 minutes to 24 hours.
Modern Alternatives in 2026
cPanel is still the most common panel, but the field expanded:
- DirectAdmin: cPanel-like, lower licensing cost.
- Plesk: Microsoft/Linux friendly, modern UI.
- Hostinger / SiteGround panels: custom panels, subdomain in two clicks.
- Cloudflare DNS: hosting-independent subdomains via CNAME, can point to Vercel/Netlify/anywhere.
- Vercel / Netlify / Cloudflare Pages: bind subdomain at deploy time, zero cPanel.
Subdomain or Subfolder?
2012 SEO wisdom said “subdomains are treated as separate sites”. In 2026 Google treats them almost the same, but:
- Subdomain: for a distinctly different product or content category (
shop.example.com,docs.example.com). - Subfolder (
example.com/shop): part of the same site, accumulates SEO authority. - In most cases subfolders win. Pick a subdomain only for technical reasons.
SSL / HTTPS
In 2012 a subdomain SSL cost ~$50/yr. In 2026:
- Let’s Encrypt is default in every modern panel — free, automatic.
- cPanel AutoSSL: certificate provisioned automatically within ~15 minutes.
- Cloudflare: covered automatically by Universal SSL.