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...
Nandhini_Natar1
Cirrus
Nov 13, 2018Hi,
Please try the below iRule
when HTTP_REQUEST {
if {[HTTP::host] equals "abc" }{
HTTP::uri "/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