How to do 301 redirects for links with spaces?

I’m migrating a site to webflow. Some of the blog posts have spaces and other characters that arent allowed on urls.

if the url is “website.com/some name” and I want to direct it to “website.com/some-name” then what should I put in the “old path?”

Webflow doesn’t let me type a space in the old path

Hi, same issue here.
I tried to put %20 in the bulk CSV file but Webflow does not accept it as well

Maybe %%20, lets try more things

In URLs the + character is often used to encode spaces. Try that.

As far as the CSV goes, test your redirects first, work out the syntax and then export- you can then see the exact CSV representation to import for the syntax you want.