Forum Discussion
shawn306_84070
Nimbostratus
Aug 17, 2011http redirect
I would like to get some help with creating an irule. Here is the scenario.
Right now users go to a VIP using the following url. http://abc.com/Environmental/Login.aspx
...
hoolio
Cirrostratus
Aug 17, 2011If you want to redirect, you can use this:
when HTTP_REQUEST {
if {[string tolower [HTTP::host]][HTTP::uri] eq "abc.com/"}{
HTTP::redirect "http://abc.com/Environmental/Login.aspx"
}
}
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