Forum Discussion
Jaz_170005
Nimbostratus
May 01, 2015net::ERR_TOO_MANY_REDIRECTS
Hello,
I am facing challenges with writing an iRule...I have one host that host multiple site ( or pages which is pointing to domino DB).
I have about 15 site, here are few to keep it simpl...
nitass_89166
Noctilucent
May 02, 2015this is switch example.
/marine/pullmantursqm.nsf, /marine/sqm.nsf and /mail/hteam.nsf uri are not changed, so i removed them from switch pattern. also, i removed pool because all uris are sent to the same pool (i.e. pool can be assigned to virtual server).
when HTTP_REQUEST {
if { [HTTP::host] equals "host1.com" } {
switch [string tolower [HTTP::uri]] {
"/" {
HTTP::uri "/newlga.nsf/frHomePage?"
}
"/newlga.nsf" {
HTTP::uri "/newlga.nsf/frHomePage"
}
}
}
}
- Jaz_170005May 02, 2015
Nimbostratus
this works too..thank you
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