marlowmedia

Member
Oct 25, 2016
14
2
3
Wigan
cPanel Access Level
Root Administrator
Hey,

I'm having a problem, on my dedicated server i have 2 accounts on there. I've added a CNAME of the following for Domain2.com:

track 14400 IN CNAME domain1.com.

How ever when i try to use track.domain2.com/track/click/464fg3rgh

I get an 404 Not Found error. When i go to track.domain2.com i get the cPanel Default Web Page load up. I've tried adding track.domain2.com as an addon domain of domain1.com but i get this error:

(XID mdhxwa) A DNS entry for “track.domain2.com” already exists. You must remove this DNS entry from all servers in the DNS cluster to proceed.

Please can someone help. Just so you know domain2.com and domain1.com are example domains.
 

sktest123

Well-Known Member
Jan 31, 2017
99
6
8
kochin
cPanel Access Level
Root Administrator
first of all is the cname for domain1.com or domain2.com? if domain2.com ,then right format is

track 14400 IN CNAME Domain2.com.

Apparently this will creates only DNS Records , if you need the same result of Domain2.com. for track.Domain2.com. via browser i guess you need a vhost entry via apache, better set a redirect via htaccess or cpanel.

The best way is to use park or addon feature but prior doing it you need to remove the DNS entry , here it's CNAME, both CNAME and Addon won't trigger, thats why the DNS redundancy error is thrown.