how to point dns like 2nd level subdomain of subdomain
-
how to create subdomain in godaddy - youtube
how to create subdomain in godaddy without cpanel
godaddy subdomain forwarding
how to create subdomain in cpanel
how to create a subdomain in wordpress godaddy
how to create subdomain without cpanel
godaddy subdomain mx record
google domains -
Z zaasmi marked this topic as a question on
-
how to create subdomain in godaddy - youtube
how to create subdomain in godaddy without cpanel
godaddy subdomain forwarding
how to create subdomain in cpanel
how to create a subdomain in wordpress godaddy
how to create subdomain without cpanel
godaddy subdomain mx record
google domains@Engrnaveed-Saeed said in how to point dns like 2nd level subdomain of subdomain:
how to create subdomain in godaddy - youtube
how to create subdomain in godaddy without cpanel
godaddy subdomain forwarding
how to create subdomain in cpanel
how to create a subdomain in wordpress godaddy
how to create subdomain without cpanel
godaddy subdomain mx record
google domainsTo point a second-level subdomain of a subdomain (like level2.level1.example.com) using DNS, follow these steps:
- Access Your DNS Management System
Log in to your DNS hosting provider or control panel where the DNS records for your domain are managed.
- Add an “A” or “CNAME” Record for the Second-Level Subdomain
You can create the DNS entry by adding an A or CNAME record, depending on how you want the subdomain to resolve.
For an A Record (Points directly to an IP address):
1. Choose the option to add a new record. 2. Select A Record as the type. 3. In the Name field, input the second-level subdomain in the format level2.level1. This creates a subdomain of a subdomain. 4. Enter the IP address where you want the subdomain to point. 5. Set TTL (time to live) if necessary (default is usually fine).For a CNAME Record (Alias to another domain):
1. Choose the option to add a new record. 2. Select CNAME Record as the type. 3. In the Name field, input level2.level1. 4. In the Value/Target field, enter the domain name (e.g., example.com) to which you want to alias this subdomain. 5. Set the TTL (optional).- Ensure the Main Subdomain (level1.example.com) Is Set
If level1.example.com does not already exist, make sure to create a DNS record for level1 by adding either an A record or CNAME for it.
- Save and Propagate
After saving the changes, it may take up to 24–48 hours for the DNS changes to propagate fully across the internet.
Example:
If you want shop.us.example.com to point to a server:
• For an A record: • Name: shop.us • Type: A • Value: 192.0.2.1 • For a CNAME record: • Name: shop.us • Type: CNAME • Value: store.example.comLet me know if you need further clarification!
-
C cyberian has marked this topic as solved on