Forum Discussion

1 Reply

  • Hi Paul,

    try something like this:

    when HTTP_REQUEST {
        if { [HTTP::uri] eq "/test/peopleinfo.html" } {
            HTTP::redirect "https://[HTTP::host]/prod/usersinfo.html"
        }
    }
    

    Hope that helps.

    Ciao Stefan 🙂