Forum Discussion
Vinny_95927
Oct 21, 2011Nimbostratus
Need Help With Redirection
Hi,
I need an iRule for a redirection like this bellow:
https://domain.com to https://domain.com/Application
How can I do that ?
Thanks in Advance!
- HTTP::redirect "https://[HTTP::host]/Application"
- Michael_YatesNimbostratusHi Vinny,
when HTTP_REQUEST { if { [HTTP::path] equals "/" } { HTTP::redirect "/somewhere/else.html" } }
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