Forum Discussion
tolinrome_13817
Jul 17, 2014Nimbostratus
Need to redirect to an external url
We want our users to be redirected to a secondary external url when they access the first url.
For example: When our users go to https://application.ourdomain.com (which points to our F5), I wan...
- Jul 17, 2014
You may use this irule to do so.
when HTTP_REQUEST { if { [HTTP::host] equals "https://application.ourdomain.com" } { HTTP::respond 301 Location "https://external.link.com" } }
Prash_Bharadwaj
Jul 17, 2014Altocumulus
You may use this irule to do so.
when HTTP_REQUEST { if { [HTTP::host] equals "https://application.ourdomain.com" } { HTTP::respond 301 Location "https://external.link.com" } }
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