Forum Discussion

cjbarr1234's avatar
cjbarr1234
Icon for Nimbostratus rankNimbostratus
Aug 19, 2014

URL/URI Rewrite

Hello,

 

I'm trying to create an iRule to shape traffic to different servers in the web farm. For an example:

 

www.abc.com

 

if "www.abc.com/1"

 

then goes to first pool member. "www.abc.com/2"

 

then goes to second pool member.

 

The second scenario I need is:

 

if "www.abc.com" then rewrites to "www.abc.com/test" ---> server pool A if "www.abc.com/test1" then ---> server pool B if "www.abc.com/test2" then ---> server pool C

 

Thanks!

 

3 Replies