I am a little confused here and after reading all over the place I haven't found an answer that matches my situation exactly.
I have been developing a large piece of software that will allow a user to access the system on their own domain name.
I am going to use domains : system.example1.com (which holds the system and can be directly accessed that way) and tester.example2.com (which will be the domain i want to access it via)
I can get all this working fine by using an A record to point tester.example2.com to the ip address of system.example1.com but I want to make this as easy as possible for system users by using a CNAME (if possible).
So as a test I created the sub domain on my domain at the registrar level (godaddy in this case) as a CNAME record like this:
CNAME tester.example2.com > system.example1.com TTL 1hr
But when I access tester.example2.com rather than seeing the system loading up as though I accessed system.example1.com directly, all I get is the apache default page.
The server is running cPanel by the way.
If I were doing this with an A record I would just park the tester.example2.com domain in cpanel, but I can't do that with a CNAME (as far as I know)