Alex_Loh_3273
Feb 08, 2011Nimbostratus
Import Old iRules to LTM v10.2
Hi All,
Need your technical assistance to import the following irule to my LTM v10.2.
Tried to import but keep prompting out error, please advice...thanks
rule abconline-https {
if (not http_uri contains "/abc/") {
redirect to "http://%h/%u"
}
else if (http_url contains "/discoverer/") {
use pool discoverer-pool
}
else {
use pool abc-pool
}