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:

  1. Open DNS Management.
  2. Click Add Record.
  3. Create a new A Record.
  4. 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.

Was this answer helpful? 0 Users Found This Useful (0 Votes)