Forum Discussion
Frank_Mancini_3
Nimbostratus
Sep 22, 2006can you do an irule that has a NOT CONTAINs
example
if { [HTTP::uri] not contains "index.html" }
does anyone know if this is possible...basically, anything that doesn't contain index.html will be handled differently.
hoolio
Cirrostratus
Sep 22, 2006You can use ! or not like this:
if { not ([HTTP::uri] contains "index.html") }
or:
if { !([HTTP::uri] contains "index.html") }
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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