Hello! I’m trying to create a redirect and can’t seem to get it to work for my site: https://gigpro-marketing-production.netlify.app/
The problem seems to be related to the fact that the url I’m trying to redirect from has a query param with a value that has a space. I have other similar redirects that work fine, but they don’t have spaces in the value.
Example that doesn’t work:
/browse-shifts shift-type=Event+Server /connect 301!
Notice the “+” that represents the space in “Event+Server”
Example that does work
/browse-shifts shift-type=Barback /connect 301!
I’ve read all of the documentation available (including this), searched the forums, tested the redirects using the https://redirects-playground.netlify.app/, all redirects are applied successfully in the deploy logs, and can’t seem to get it to work.
Thank you!