Forum Discussion
Rusty_Tripp_798
Mar 14, 2012Nimbostratus
iRule not working properly
Hello,
I am using the iRule below but when I enter http://site.name/bd, I don't get redirected to http://site.name/bd/folder/...
Any help would be greatly appreciated.
Ru...
nitass
Mar 16, 2012Employee
can you try to remove the default case?
e.g.
when HTTP_REQUEST {
switch [string tolower [HTTP::uri]] {
"/" { HTTP::uri "/levi_b2b/init.do"}
"/levi_b2b" { HTTP::uri "/levi_b2b/init.do"}
"/docs" { HTTP::uri "/docs/index.html"}
"/bd" { HTTP::uri "/bd/public/frameset_top_html.jsp"}
}
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