Forum Discussion

2 Replies

  • Hi,

    Multiple service it's not clear. here a simple Irule that allow redirection but you have to set condition, We can help you if you clarify your need.

    when HTTP_REQUEST {
     I set a condition on uri / for the example
    if { [HTTP::uri] equals "/" } {
        HTTP::redirect "https://abc.xyz.com/support/portal.html"
    }
    }