Forum Discussion
TJ_Vreugdenhil
Cirrus
Sep 08, 2011Redirect iRule from a subdomain to a root domain
users access http://test
Goal: creating a iRule to redirect testsite.com so it will be new.testsite.com
I tried the iRule below but everytime the user makes the request it appends 'testsite.c...
TJ_Vreugdenhil
Cirrus
Sep 08, 2011Ok... got it working:
Working iRules
HTTP VIP iRule:
when HTTP_REQUEST {
HTTP::redirect "https://new.testsite.com[HTTP::uri]"
}
HTTPS VIP iRule:
when HTTP_REQUEST {
if { [HTTP::host] equals "test" } {
HTTP::redirect "https://new.testsite.com[HTTP::uri]"
}
}
Thanks,
-TJ
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