Hi,
We want to redirect a old site url, domain.se/ru/ to a corresponding url on the new site. However doing so renders the new url shown in the Russian language which is not what we want.
We have this in our .htaccess:
Redirectmatch 301 /Krisberedskap/ru/ http://www.domain.se/new_url
And that giives us the correct redirect page but wrong language.
We have also tried this:
Redirectmatch 301 /Krisberedskap/ru/ http://www.domain.se/index.php?option=c ... &view=item
Specifying the lang=sv but that doesnt work either. It the throws a redirect issue on page warning.
How can we solve this?