F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

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?