Forum Discussion
multiple urls to single url
I tried this and the redirect is still not working.
when HTTP_REQUEST { if { [string tolower [HTTP::uri]] equals "/MessageWebSite/Messages.aspx?contractID=986" or [string tolower [HTTP::uri]] equals "/MessageWebSite/Messages.aspx?contractID=1014" or [string tolower [HTTP::uri]] equals "/MessageWebSite/Messages.aspx?contractID=1017" or [string tolower [HTTP::uri]] equals "/MessageWebSite/Messages.aspx?contractID=1015" or [string tolower [HTTP::uri]] equals "/MessageWebSite/Messages.aspx?contractID=1016" or [string tolower [HTTP::uri]] equals "/MessageWebSite/Messages.aspx?contractID=1018" or [string tolower [HTTP::uri]] equals "/MessageWebSite/Messages.aspx?contractID=1013" } { HTTP::redirect "http://apps.mwrd.org/MessageWebSite/Questions_Unavailable.htm" } }
- shaggySep 25, 2014
Nimbostratus
you need to make all of your URLs lower-case in the iRule - ervinc_27883Sep 25, 2014
Nimbostratus
thank you. that did it.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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