Hi,
Hope you can help, I have two domains hosted on the same server sharing the same htaccess file. One is a US site and one a UK site.
I want to do some 301 redirects but the 2 sites share the same site structure i.e.
www.widgets.uk/big-widgets/red
www.widgets.usa/big-widgets/red
I want to redirect /big-widgets/red to /big-widgets/red-2 on both sites.
But I’m sure you can see it will create a bit of a problem, is there a way I can include the domain name in the first part of the redirect?
Thanks