How to Point a Subdomain to an IP Address
If your subdomain is hosted on a different server, you need to create an A Record pointing the subdomain to the server's IP address.
To create an A Record:
- Open
DNS Management. - Click
Add Record. - Create a new A Record.
- Enter the subdomain name and destination IP address.
Example:
| Name | Value |
|---|---|
blog |
192.0.2.1 |
www.blog |
192.0.2.1 |
DNS changes may take some time to propagate after the record is updated.