We want to merge them, but not to lose visitors, so some kind of redirect is needed.
From scanning the posts here, am I right in thinking that I need to get the hosts to put a 301 permanent redirect for each of the domain names, pointing to the domain name of the merged site?
Is it possible to specify a particular page for the visitors to be redirected to? ie www.newsite.com/explanationofredirection.html
thank you!
Redirect 301 /home/oldsite http://www.newdomain.com/explain.htm
Note, that the first is the absolute path on the server, while the second is the redirect destination URL.
What if the host isn't using Apache?...
Gulp. Thanks!