Hello @stellaa
The below code snippet should redirect your old permalink structure to the new one, you can add the snippet to your website’s .htaccess
file. I tested the syntax here and it looks good.
RedirectMatch 301 ^/([^/]+)/$ /$1-1/
Can you give it a try and let me know if it helps.
It is a best practice to backup your website or test new changes on a staging site before implementing it on your live site.
Best,
-
This reply was modified 1 year, 7 months ago by tarhe.