301 redirect new category and subcatecories
-
I recently changed the name of a category, which contains about 20 subcategories. How can I do a correct 301 redirect ?
Example:
https://mysite/old_category/sub-categoryto:
https://mysite/new_category/sub-category
I want the redirect to affect the category and also redirect all subcategories to the new address.
Do I have to redirect one by one?
I did Follow this tip:
^/old-category/.*for
/new-category/$1
but all sub categories are being redirected to
https://mysite/new_category/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘301 redirect new category and subcatecories’ is closed to new replies.