Forum Discussion
Dilip_bhapkar06
Mar 30, 2009Nimbostratus
how to redirect one virtual server to another through irules
Hi Friend,
I need to redirect one virtual server to another virtual server base of url. I tried to make the URL base iRule. Please help me how i mentioned the specific virtual server n...
kris_52344
Mar 30, 2009Nimbostratus
when HTTP_REQUEST {
if { [HTTP::host] equals "mail.a.com" } {
HTTP::redirect http://vs1
}
}
when HTTP_REQUEST {
if { [HTTP::host] equals "mail.b.com" } {
HTTP::redirect http://vs2
}
}
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