11-Jun-2015 10:34
I need to create a VS on an F5 so that users can access a simple url e.g. http://destination.corp.com and be sent to
I'm struggling.
George
11-Jun-2015 12:41
I figured it out myself! I used this irule. Names were changed to protect the innocent
when HTTP_REQUEST { switch [HTTP::host] { "destination.corp.com" - "destination" { HTTP::redirect } } }