I hope that I am not repeating the question, but I couldn’t find a solution with a lot of googling.
I have a taxonomy with some name (let say taxonomy1) and terms pages are at urls
domain_name/taxonomy1/term1
domain_name/taxonomy1/term2
domain_name/taxonomy1/term3
I want to rename the taxonomy (let’s say to, taxonomy2). When I change the taxonomy name in the config file, all tags are at a new URL, which is what I want:
domain_name/taxonomy2/term1
domain_name/taxonomy2/term2
domain_name/taxonomy2/term3
Is there any option for making redirects/aliases for all terms (without making redirects for each path term separately) from old to new taxonomy names? For example, if I visit domain_name/taxonomy1/term1, it should redirect me to domain_name/taxonomy2term1.