Forum Discussion
esexon_28265
May 29, 2012Nimbostratus
Help with IRule
Can you please help with the following iRule which is not working at all.
For client IPs that do NOT match SS_CMS_Nets and hit the URI specified in SS_CMS_URLs redirect back to / ...
hooleylist
May 31, 2012Cirrostratus
Fixed a couple of minor typos:
when HTTP_REQUEST {
if {not ([class match [IP::client_addr] equals SS_CMS_Nets]) and ([class match [string tolower [HTTP::uri]] contains SS_CMS_URLs]) } {
HTTP::redirect "/"
}
}
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects