Forum Discussion

3 Replies

  • when HTTP_REQUEST {
        if { [HTTP::uri] equals "/" } {
            HTTP::redirect "https://[HTTP::host]/abc"
        }
    }
    

    You must of course also have a client SSL profile applied to the VIP to be able to process the layer 7 HTTP traffic.

  • Thanks for that , ill give it a go! I have a client ssl profile setup which contains the cert etc. do I need to set anything else in this profile?