Forum Discussion
rajendra_106871
Mar 19, 2012Nimbostratus
irule for the redirection
Dear Friends, We configured BIG-IP LTM with webcenter below is the virtual
server for the same. Aeadebab When I type aeadebab it should append uri /web...
koenning_107182
Mar 20, 2012Nimbostratus
Hi Rajendra,
glad to help here. Could you share the current sanatized virtual server config and irule?
Also, to specify the desired behavior, you want users which are connecting to
http://aeadebab.adp.ae to be redirected to http://aeadebab.adp.ae/webcenter ? But the remaining request should be untouched ?
If so, try this one:
when HTTP_REQUEST {
if {[HTTP::host] eq "aeadebab.adp.ae" and [HTTP::uri] eq "/" } {
HTTP::redirect "http:://[HTTP::host]/webcenter"
}
}
Thanks,
Christian
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