DNS Redirect Clarification -
we have old domain name redirect traffic new domain
e.g.
old.domain.com --> new.domain.com
help/clarification:
what's best way achieve this? read cname, arecord, alias etc., therefore confused 1 use , scenario.
if redirect old.domain.com new.domain.com, iis/web server see requested host name i.e. still sees old.domain.com or new.domain.com
if want redirect traffic, i.e., want customer's web browser show change "old.domain.com" "new.domain.com", you'll need insert redirect @ web server or code level.
if want request "old.domain.com" land on address "new.domain.com", can use cname in dns.
Comments
Post a Comment