I had a problem with duplicated urls, like:
/term/this-is-the-term /term/this%20is%20the%20term WichWhich I already solved by making sure all the links use the - instead,
Now I want to redirect any indexed url with %20 so the problem dissapearsdisappears from googleGoogle webmasters (and is actually solved)
How can I redirect any url using %20 to - ?
I know basics of simple redirections but I smell this can only be achieved using a regex, wichwhich I am not so familiar with,
Any hint?