I would like to use subdomain.example.com as a server for example2.com. Is that possible?
Right now I have this, but it’s not working:
--------------------------------------------------------
hostname | priority | value | ttl
--------------------------------------------------------
subdomain.example.com | A | ip_address | 3600
subdomain | CNAME | example.com | 3600
--------------------------------------------------------
Yes. Make it point to the same IP in DNS and add the hostname to the web server configuration.