What I want to do:
Part 1. Redirect old domain
to new domain
.
Part 2. Use the old domain
for mails
My current setup:
Both domains are set up with Google Load Balancer and using Google managed SSL.
To achieve what I intended to do, is it right to use Google Load Balancer to do the URL redirect from
old domain
tonew domain
?If the above is feasible, do I need to set up the
old domain
's ssl certificates in thenew domain
's load balancer? Will it have downtime if is required to do so?Will using this approach affect the MX record?
Will it be better if the URL redirect is done on the server level?
Thanks