-
Hi I have changed a category permalink from /shop/disposables/ to /shop/disposables-vapes/, and I have noticed a lot of new indexing issues in search console (Alternate page with proper canonical tag)
I saw a lot of them are the old URL and wanted to redirect all the products under the old URL to the new URL using regex and it is not working.
Here is my regex configuration:
/shop/disposables/(.*)
to
/shop/disposables-vapes/$1This is supposed to redirect any products from the old category URL to the new category URL.
Can you tell me what’s wrong?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘Redirecting all products from old category URL’ is closed to new replies.