Forum Discussion
GFort_32452
Oct 09, 2012Nimbostratus
Need help writing irules
I am new to wriitng irules and was needing some help. I need to write an irule that will redirect the following
https://resetmypasswordqa/itim/self
https://resetmypasswordqa
http://r...
What_Lies_Bene1
Oct 09, 2012Cirrostratus
Here you go;
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::path]] {
"/" {
HTTP::redirect " https://resetmypasswordqa/itim/self/Login/Logon.do"
}
"/itim/self" {
HTTP::redirect " https://resetmypasswordqa/itim/self/Login/Logon.do"
}
}
}
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