Forum Discussion
shawn306_84070
Aug 17, 2011Nimbostratus
http 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
...
hooleylist
Aug 17, 2011Cirrostratus
If 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
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