Viewing 2 replies - 1 through 2 (of 2 total)
  • i want this too

    Thread Starter BjornB

    (@bjornb)

    @mmichtus, try this:

    ^(?i)\/insert-link-here(\?\S+=\S+(\&\S+=\S+)*)?$

    For instance, if you want to redirect /hello the redirection should be:
    ^(?i)\/hello(\?\S+=\S+(\&\S+=\S+)*)?$

    Don’t forget to check the regular expression checkbox.

    This regex should work with variables in the link.

    • This reply was modified 7 years, 8 months ago by BjornB.
    • This reply was modified 7 years, 8 months ago by BjornB.
    • This reply was modified 7 years, 8 months ago by BjornB.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t redirect links that contains variables’ is closed to new replies.