Forum Discussion

1 Reply

  • Here's the answer to this thread, i see you've created another thread and its answered by an F5 :) Nevertheless, here's again for your thread.

    when HTTP_REQUEST {
        if { [string tolower [HTTP::host]] eq "go.company.com" } {
            HTTP::redirect "http://www.newcompany.com/go[HTTP::uri]"
        }
    }