We are migrating our old files server. Let's say
srv01.oldDomain.com is the old server (source) with the old domain and srv02.currentDomain.com is the new server (target) in the current domain.
People can reach their documents by means of different ways
- S:\Doc
- \servername\Doc
- \servername.oldDomaine.com\Doc
It is complicated for us to identify where users and even administrators used the third way to reach a document.
I would like to redirect users when they write
\servername.oldDomaine.com\Doc to \servername.newDomaine.com
Is there any way i can accomplish this ? With DNS or an application ?
Thanks for your time.