Hey,
Can I redirect a WordPress url like this:
domain.com/12345
to a Webflow collection url like this:
domain.com/blog/12345
I tried to add a 301 Redirects as the following:
Old path: /(.*)
Redirect to path: /blog/%1/%2
but I got this error “A redirect from /(.*) to /blog/%1/%2 creates a redirect loop.”
Thank you,