Forum Discussion
javier_diaz_379
May 04, 2011Nimbostratus
Rewrite URL
I want to accomplish the following:
Currently the web page we're serving both www. and non www.
I need a permanent redirect, so when a user requests the non www. version of the webpage it r...
Ideally, you'd want to select an HTTP class by client IP and then have two separate ASM policies for the two different class of clients. You can do this using class match to evaluate the client IP against a datagroup and the HTTP::class command to select a class:
http://devcentral.f5.com/wiki/iRules.class.ashx
http://devcentral.f5.com/wiki/iRules.http__class.ashx
Aaron