Viewing 3 replies - 1 through 3 (of 3 total)
  • Does it work if you untick the Regex box (as you don’t appear to be using regular expressions for this redirect)? Or are there any rules before this one that might be overriding it (this one is position no.4)?

    Try adding “^” at the start of the pattern. I have one just like yours with this symbol at the start, which means “the beginning of the URL”.

    Also, make sure the redirection is enabled and look for any redirections that might be conflicting or preceding this one.

    Plugin Author John Godley

    (@johnny5)

    Uncheck the regex box. Your source URL isn’t a regular expression, and because of the way the URL is matched and the target replaced you will find it is appended as you described. Making it a non-regex will fix this

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Incorrect target url’ is closed to new replies.