Forum Discussion
smiley_dba_1116
Nimbostratus
Jun 07, 2010Redirect help
Nobbie question. I need to create a iRule that does the following.
Initial request: www.tree.example.com
Redirect to: tree.example.com
I know this is simple, but sorta ...
The_Bhattman
Nimbostratus
Jun 07, 2010Hi ERS,
Here is an example
when HTTP_REQUEST {
if {([HTTP:host] eq "www.tree.example.com") and ([HTTP::uri] eq "/") } {
HTTP::redirect "http://tree.example.com/"
}
}
I hope this helps
Bhattman
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