Permalinks Regex Redirection
-
I recently changed my Permalinks from:
https://www.example.com/blog/2011/01/01/slug-goes-here (where “2011/01/01” can be any digit)
to
When I use Urban Giraffe’s 301 direction I’ve tried to use the following regular expression to remove the date
/blog/(d*)/(d*)/(d*)/(.*) => /blog/$4
I do not get my desired markup. In fact, it doesn’t do a redirect at all. Am I missing something? Or am I supposed to make multiple redirects? Because if this is the case that didn’t help either.
Any help is GREATLY appreciated. Thanks ahead of time!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Permalinks Regex Redirection’ is closed to new replies.