Redirect entire website to new domain

What is the name of the domain?

What is the issue you’re encountering

Redirect

What steps have you taken to resolve the issue?

My company bought another company a few months ago. We want to reitre their very elderly website and point all the traffic to our website. Am getting very cofused by all the redirect options but I just want to foward all traffic from www.abc.co.uk to www.def.co.uk. I cannot match the strings because of the age of their site so the redirect would need to be any traffic to our homepage.

What would be the simplest option? Thank you.

Hi there,

Based on your scenario, the best option would be changing the A record for the abc. to point at the def. website and set up a server side redirect(301) on the server that hosts abc. It would catch all traffic and send it to def.co.uk.

You can implement that by changing the Apache/Nginx server configuration.

This topic was automatically closed after 15 days. New replies are no longer allowed.