Forum Discussion
Parveez_70209
Nimbostratus
Nov 05, 2013Irule Suggestion
Irule Suggestion : dividing the URL based on the Country-Users and based on the official Language page:
Currently for every country, they have a separate extension alongwith the official Lang...
Vitaliy_Savrans
Nacreous
Nov 05, 2013you can try something like this, also instead of redirect to node you can use redirect to pool:
when HTTP_REQUEST {
if { [HTTP::uri] contains "outlet_us" } {
node 192.168.1.1 80
} elseif { [HTTP::uri] contains "outlet_de" } {
node 192.168.1.2 80
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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