Custom Domain

For example, let's say you have two domains: domain1.com and domain2.com. You want to redirect domain1.com to domain2.com. Here are the steps to do that:

  1. Log in to the DNS settings of domain1.com.

  2. Create a new CNAME record by clicking on the "Add Record" or "Add CNAME" button.

  3. In the CNAME record form, enter "@" or "domain1.com" in the "Name" or "Alias" field.

  4. In the "Value" or "Points to" field, enter "domain2.com".

  5. Save the changes to your DNS settings.

This will create a CNAME record that redirects domain1.com to domain2.com. When someone types in domain1.com, the DNS server will look up the CNAME record and redirect the request to domain2.com.

Note that this process can take up to 24-48 hours to propagate globally, so it may take some time for the changes to take effect.

Last updated