Source URL = /category/village-voices/(.*)
Target URL = /category/ooka-voices/$1
… without the regex-var $1 you’ll usually lose the content of the (.*) part …
cu
@boeffi – http://blog.boeffi.net
First of all, congratulations for this plugin. I’m still experimenting and I’m very excited 🙂
Source URL = /category/village-voices/(.*)
Target URL = /category/ooka-voices/
Try:
Target URL = /category/ooka-voices/$1
cu
@boeffi – http://blog.boeffi.net