Unable to redirect old url’s on secondary language
-
Hello. I am making a new webiste for one client, and need to delete old one because it’s full of malware. Before i delete it i need to use 301 redirects from old url’s to new.
Website is multilingual, and currently it has two languages (english and spanish). My rules work when I’m redirecting from old url to new url, on english (default language), example:
https://nameofthesite.com/oldurl-1 –> https://nameofthesite.com/newurl-1*
But, the problem is that redirects for spanish language are made automatically:
* the name after /es/ gets the same as for new url name in default languagehttps://nameofthesite.com/es/oldurl-1 –> https://nameofthesite.com/es/newurl-1 – the name of url gets copied from default language.. and I need it in spanish:
https://nameofthesite.com/es/newurl-2i tried to explain it..
- The topic ‘Unable to redirect old url’s on secondary language’ is closed to new replies.