Forum Discussion
Qasim
Cirrostratus
May 12, 2023URL Rewrite Help
hi, I am trying to write an IRULE for URL rewrite but and looked at the ones online but none seems to be working. The virtual server is set to "standard with default http profile and here is what I ...
Prasad4u
Nimbostratus
Aug 30, 2023if {[string tolower [HTTP::Host]] equals "abc.com" } {
HTTP::header replace Host "abc.com"
HTTP::uri "/ui/"
}
Prasad4u
Nimbostratus
Aug 30, 2023When HTTP_Request{
if {[string tolower [HTTP::Host]] starts_with "abc.com"} {
HTTP::header replace Host "abc.com"
HTTP::uri "/ui/"
}
}
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