Domain resolution query

Associate
Joined
6 Jan 2009
Posts
1,191
Hi,
Wondered if you could help me out. I have 2 domains, one of which is my main site (domain1.com), the second being a related domain (domain2.com). I want to use the secondary domain to resolve directly to a particular page on my main site.

Am I right in thinking I need to create a custom DNS entry on my secondary domain, e.g. www.domain2.com -> CNAME = domain1.com/mypage.

Cheers.
 
Am I right in thinking that it would be better from an SEO perspective for domain2.com to 301 redirect to domain1.com/mypage?

If so, presumably I would create an entry in the .htaccess file on the secondary host, e.g. "Redirect permanent / http://domain1.com/mypage" ?

Problem is, the secondary domain doesn't have hosting. So what would I do, change the name servers for the secondary domain to target my primary domain name servers and then create some kind of rule in the index of domain 1? Sorry for the annoying questions.
 
OK, been thinking further about this.

Surely I just need to create a new DNS entry on domain2 so that "domain2.com" has a CNAME entry of "domain1.com" ? Can I go as far as adding a specific URI to the CNAME record, e.g. "domain1.com/mypage" ?

Thanks
 
Back
Top Bottom