Forum Discussion

raghav_110129's avatar
raghav_110129
Icon for Nimbostratus rankNimbostratus
Sep 30, 2010

Irules for Diff Profiles

I want to write an irule for diff profiles like if a member /abc login into the server all the pages he visit appears to him like http://123.com/abc/xxxxx.htm or http://123.com/abc/yyyyy.htm and that should be different for member XYZ. like http://123.com/XYZ/xxxxx.htm

 

 

1 Reply

  • Hi Raghav,

     

     

    You can check or rewrite the URI using HTTP::uri. Here are some links to get started:

     

     

    http://devcentral.f5.com/wiki/default.aspx/iRules.HomePage

     

    http://devcentral.f5.com/wiki/default.aspx/iRules/http__uri

     

     

    Aaron