Examples of redirects with placeholders all have slashes between them. My URLs use dashes though to separate placeholders.
Below are the redirects I’m using, only the last one is working. For the first two, I’ve also tried replacing the :slug part for an asterisk (and :splat in the redirect rule) but didn’t have any luck either.
As an example, the following URL should be working but it’s returning a 404 instead:
Do you guys know what’s going on?
/blog/2019-:month-:day-:slug /blog/:slug 301!
/blog/2020-:month-:day-:slug /blog/:slug 301!
https://www.sexualidadeslibres.com.ar/* https://www.sexualidadeslibres.com/:splat 301!