DNS Redirect Clarification -


we have old domain name redirect traffic new domain

e.g.

old.domain.com --> new.domain.com

help/clarification:

  1. what's best way achieve this? read cname, arecord, alias etc., therefore confused 1 use , scenario.

  2. 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

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -