So we have a rather large website that is broken down into sections, when we register a new domain name, what is the simplest way to redirect that domain to a specific area on our main site?
Say we register thisdomain.com how would the easiest way, without anything happening in the browser, such as a meta refresh, to point the domain directly to
https://www.thatdomain.com/index.php...ome%20Category so that as soon as it is typed in, that page is what the surfer sees?
I'm thinking it would be easiest to use .htaccess perhaps, unless anyone can suggest a more robust and easier way.
TIA.