Possible to append characters without / using wildcard?
-
Basically I’d like to do
https://oldsite.com/product-page/product-name
->
https://newsite.com/product/product-name-usIn the plugin, I have this set:
/product-page/* ->https://newsite.com/product/*-us
However this produces:
https://newsite.com/product/product-name/-us
Naturally this results in in 404s.
Any way to remove that last
/and just append -us ? This plugin is the closest I’ve gotten with desired redirections and just removing that last/would solve everything!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Possible to append characters without / using wildcard?’ is closed to new replies.