Wildcard 301 Redirect Not Working for Blog Posts in Webflow

I changed my blog URL structure from /blog-posts/[post-title] to /blog/[post-title], but my wildcard redirect (/blog-posts/(.*) → /blog/$1) isn’t working. How can I fix this?

For example, the new URL works fine: www. hellosavga com/blog/paris-baguette-savannah

but the old one doesn’t redirect to the new one:
www. hellosavga com/blog-posts/paris-baguette-savannah

it seems that maybe manually doing all of them would work but I’d rather have all of them redirect

Read the docs on wildcards carefully,
In your source path you need to escape that hyphen.

1 Like