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!
Michael_Yates
Oct 21, 2011Nimbostratus
Hi Vinny,
You could also do something like this:
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