RegEx problem
-
Hi there, I’m using the plugin (which is a great one) and have a problem with 301 RegEx instruction.
I want to redirect from /boutique/YYYY/MM/DD/post/ to /post/ (change permalinks), so I wrote from /boutique/[0-9]{4}/[0-9]{2}/[0-9]{2}/(.*) to /$2 and tried also from /boutique/[0-9]{4}/[0-9]{2}/[0-9]{2}/(.*) to /$1
It does not work. What did I miss ?
Thanks for help if possible.
Eric
The topic ‘RegEx problem’ is closed to new replies.