I want to direct some of my other domains to my primary domain which is hosted at a Windows Azure website.
(For the sake of those that find working with CNAME's and DNS a little "foggy" (like I did) I'm going to layout the details.)
I have the domain www.myDomain.com
correctly resolving.
I now want to point www.myOtherDomain.com to www.myDomain.com
At my registrar I have created a CNAME to point
www.myOtherDomain.com to myInternalAzureSite.azurewebsite.net
and then successfully configured it in the in the Azure Website domain manager tool.
Now, when I enter www.myOtherDomain.com
into a browser I get the proper web page at www.myDomain.com
, however, the address in the browser is still www.myOtherDomain.com
not www.myDomain.com
as desired.
I understand the two most desirable ways to accomplish this are either:
- Forward
myOtherDomain.com
(which costs $ at some registrars)
- Do a 301 permanent redirect
If I have all that correct, I have found many suggestions of HOW to do the 301 redirect, however, I can't seem to figure out WHERE to actually put the redirect?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…