• Resolved lukemyszka

    (@lukemyszka)


    When trying to 301 to another page URL that includes spaces (as %20), when saving, the %20’s are removed and the URL is broken. Any solve here?

Viewing 1 replies (of 1 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    The issue is that we urlencode the URL you are entering so %20 gets double encoded and stripped … try adding the Redirect To URL with actual spaces instead of %20 … spaces will be encoded to %20 in the back when the redirect is performed. So for example enter “/some url” instead of “/some%20url”

Viewing 1 replies (of 1 total)

The topic ‘Plugin eliminating spaces in redirect URL’ is closed to new replies.