Hi,
I am building a staging site for my website and I need to create 2 CNAME records both pointing to this IP
132.148.167.184
how can I accomplish this? Thanks so much! Andrew
Hi,
I am building a staging site for my website and I need to create 2 CNAME records both pointing to this IP
132.148.167.184
how can I accomplish this? Thanks so much! Andrew
CNAME records point to a hostname (e.g. www.example.com -> CNAME -> example.com
). If you have an IP address as a target you would create an A record (e.g. www.example.com -> A -> ip.address.here
)
Here’s the step by step.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.