Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter accessamerica00

    (@accessamerica00)

    The final answer that works is to use this regex

    \?Result=(\d+).*

    This captures the first 2 numbers after Result= and puts it in $1, then the .* captures the rest of the string into #2. Only need that if you are doing a 301 redirect (have to capture the WHOLE string.

    Thread Starter accessamerica00

    (@accessamerica00)

    Closed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect to page based on URL parameter’ is closed to new replies.