Hey guys,
I am having trouble with URL proxying/rewriting. This is my “_redirects” file:
/blog https://myblog.webflow.io 200
/blog/* https://myblog.webflow.io/posts/:splat 200
/blog does not work but /blog/* works.
How can I fix this? I would like “/blog” to work.