• When saving square brackets in the Redirect To field they get html encoded.
    For example, this:
    /blog/?categories[]=*
    . . . get turned into this:
    ‘ /blog/?categories%5B%5D=* ‘

    This redirect does not work as wanted. This happens with REGEX enabled or disabled.

    I’ve tried escaping the brackets with \ but that didn’t work.

    Thanks,

    Tom

    • This topic was modified 5 years, 1 month ago by tbenyon.
  • The topic ‘Redirect to a url that includes square brackets []’ is closed to new replies.