Hi Guys, Need your help here. I have 2 domains that I am pulling the sites down and I need to redirect ALL traffic that comes too all pages in the domain to go to a new VPS server with a new domain. Domain A (OLD) Domain B (OLD) Have to redirect all traffic coming into these 2 domains, even the subpages into DOMAIN C (NEW) which is in a VPS server. What do I do?
Can't you just add alias (CNAME) records in the DNS that point to DOMAIN C? In Apache, you'll just need to add ServerAlias statements for these in the VirtualHost section. E.g.: ServerAlias Domain_A ServerAlias Domain_B
You might can do this at the registrar as well. If you have the two old domains on Server 1, and the new one on the VPS server, you may just want to switch it at the registrar. That way it takes that first server out of the equation.