Closed colinrotherham closed 10 years ago
@colinrotherham Apologies for the very long delay in responding here. I just started maintaining this plugin so you shouldn't see this type of delay again. :)
The plugin has gone through a major overhaul code-wise in the development trunk. I just retested in attempt to reproduce the bug you describe here and I cannot reproduce it. Saving regex: /\/example\/?/i
does not strip anything out.
I'm going to mark this issue as closed. We'll be doing a new release of WP-Redirects soon. If after upgrading you discover there is still an issue, please update here and I will investigate further.
I'm running Wordpress 3.9.1 and I've noticed new Redirects are having their backslashes stripped out. Maybe this is a new security feature in Wordpress?
E.g. To match the /example/ path:
This regex…
After saving, becomes…
This no longer matches so the redirect fails.
Is this a known issue? Thanks