Forum Discussion
Sachin_M_258695
Nimbostratus
Aug 29, 2016Need an IRule
Hi,
I need an urgent irule for the requirement.
If uri contains xyz... It has to route to one public VIP
if www.abc.com/xyz* It has to go to 1.1.1.1
Please provide the complete ...
Vijay_E
Cirrus
Aug 29, 2016when HTTP_REQUEST {
if { ([HTTP::host] eq "www.abc.com") and ([string tolower [HTTP::uri]] starts_with "/xyz" } {
virtual VS_1
}
}
Reference: Virtual Server
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