Forum Discussion
Misbah_Ul_Haq_3
Jan 31, 2018Nimbostratus
I am unable to redirect URL on F5 Virtual Appliance please advise
I am unable to redirect URL on F5 Virtual Appliance please advise
I have configured Virtual Server, Pool, Nodes, Monitor, iRule.
ltm virtual SIEBEL_APPLICATION_HTTP_web_http_virtual {
destinat...
WithF5_193496
Jan 31, 2018Nimbostratus
Mate... try the following:
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] eq "siebel.misali.local" } {
HTTP::redirect "http://testing.misali.local";
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects