A subdomain is a part of the main domain with its own site section or service. For example: blog.example.tj, shop.example.tj, admin.example.tj.
Method 1: via DNS Management in the client area
If the domain uses our NS:
- Open the domain → DNS Management.
- Add record:
- Hostname:
blog(without the main domain!) - Type: A
- Address: IP of the server hosting the blog (e.g.
62.113.97.91).
- Hostname:
- Save.
In 1–24 hours blog.example.tj will work.
Method 2: via cPanel (if hosting is with us)
- cPanel → “Domains” section → Subdomains.
- Enter the name
blogand pick the main domain. - Document Root fills automatically (
public_html/blog). - Create. Folder is created, you can upload files.
cPanel will add the A record itself. After propagation — the subdomain works.
