Forum Discussion
luyenntk50db_14
Nimbostratus
Nov 13, 2018Irule for https://abc/NEWS/ in F5
Step 1:
I configured one Virtual Server (IP: a.b.c.d; port 443), using SSL Offloading.
My confiruring target is when i enter in Web Browser , it'll redirect to
I used this irule (http-append) as bel...
Snl
Cirrostratus
Nov 14, 2018Give this a try
Apply below irule on VS-443 , VS-80 apply default sys_https_redirect irule
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "https://[HTTP::host]/NEWS/"
}
}
or
when HTTP_REQUEST {
if { [HTTP::path] equals "/" } {
HTTP::redirect "/NEWS/"
}
}
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