Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

Rewrite

George_124204
Nimbostratus
Nimbostratus

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

 

1 REPLY 1

George_124204
Nimbostratus
Nimbostratus

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 } } }