Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I redirect a subdomain to goto a site at another server? CNAME

Status
Not open for further replies.

linuxMaestro

Instructor
Jan 12, 2004
183
US
How can I redirect a subdomain to goto a site at another server? CNAME?

I want microsoft.mydomain.com to redirect to
Is this possible with a CNAME?

I tried it and it does't seem to work.

Any tips?
 
A PTR record would not redirect a host/sub-domain to another domain! PTR records are used for mapping IP addresses back to hostnames.

LinuxMaestro, points to another CNAME for which has a number of different IP addresses. Having a host point to a CNAME and then point to another CNAME is a no no!

Your best bet would just be to host a page on your own web server with a redirect script to
Chris.

**********************
Chris A.C, CCNA, CCSA
**********************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top