Hi,
I have the following scenario and unsure how to go about solving it.
Basically have the following page that a user can go to by where this URL exists within their email.
For example: http://www.abc.example/yourdetails.html
My question is, I have now been told that this whole web app is being moved to a new domain, i.e.
http://www.xyz.example/yourdetails.html
Assume there are no issues with accessing the two domains within the network (intranet), how can I redirect the user when clicking on a link in an email that is no longer the correct link to actually call the new URL:
http://www.abc.example/yourdetails.html
I basically want to ensure that even though users have old URLs in their emails, when clicking on this old URL, actually hop over to new correct URL.
Hope this makes sense.
Thanks.