Forum Discussion
sberhorst_30626
Nimbostratus
Jan 13, 2017URL Redirect help needed in iRule with path forwarding
Hi,
I'm trying to do a redirect from a DNS name to a web URL.
As an example I want to type in home.example.com to redirect to https://apps.google.com/user/hub using the F5 iRules.
I've trie...
Vijay_E
Cirrus
Jan 13, 2017Edited the previous iRule:
when HTTP_REQUEST {
if { [HTTP::host] eq "home.example.com" } {
HTTP::redirect "https://apps.google.com/user/hub"
}
}
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