I am trying to 301 redirect an old category permalink to the new one, but it does not work. The redirect does not happen.
Source URL = /category/village-voices/
Target URL = /category/ooka-voices/
I set up another redirect that DOES work:
Source URL = /online-adventure/advance-purchase/
Target URL = http://lighthouse.ookaisland.com:8080/OokaSpringFramework/download/step1.htm
Here is a link to a screenshot of the redirects I have set up.
Any idea why the "category" redirect won't work. Ideally I will us Regex eventually like:
Source URL = /category/village-voices/(.*)
Target URL = /category/ooka-voices/
since there are sub-categories as well.