Hi,
We have moved to a new website that has a completely different strucutre than the old one. I am doing redirects using .htaccess.
I'm very new to .htaccess and despite a lot of reading, I still have 2 main difficulties:
1- If I redirect a main folder to a new url, all subfolders under the main old folder also automatically go to the same new url. I added a specific redirect url to the subfolder, but that did not help. So, in short, how I can do this redirec:
.com/old1 -> .com/new1
.com/old1/subold1 -> .com/new2
becuase just using 2 typical redirect lines just doesn't do it.
2- The site offers multiple languages. On our old website we used this language strategy: each language had its own domain. So english had a co.uk domain, french had a .fr domain. The new site uses a different strategy .com/en .com/fr. But in the back, it was 1 server and 1 database.
So, using 1 .htaccess, how can I do such redirects?