Replies: 0
I am trying to redirect a url that contains a space (%20) and it always goes to a 404.
For example, I want to redirect /business%20plan%20software.htm to /business-plan-software
I have tried non-regex, I have tried using regex using a \ before the % sign. I tried putting it in quotes. I also tried writing it without the %20, so like /business plan software.htm but I can’t seem to get it to work.
Any ideas?