Forum Discussion
pmaubo2_55685
Nimbostratus
13 years agoWAP and mobile irule question
The goal is if a mobile phone with it's user_agent included in a Data Class to direct it to one site and if it isn't in the Data Class then redirect somewhere else.
I think my logic might be off...
Mohamed_Lrhazi
Altocumulus
13 years agoThe logic looks off...
1: if condition1 do-one
2: elseif not condition1 do-two
3: else do-three
You might want simply:
1: if condition1 do-one
2: else do-two