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

1 Reply

  • Hi,

    try this:

    when HTTP_REQUEST {
        if {!([string tolower [HTTP::host]] equals "www1.cnrmall.com")}{
            HTTP::redirect "http://www1.cnrmall.com[HTTP::uri]"
        }
    }
    

    if host id different to www1.cnrmall.com we redirect user to www1.cnrmall.com and keeping the uri.

    let me know if you need more details.

    regards,