Forum Discussion
Anatolyint
Apr 08, 2021Nimbostratus
F5 IRULE Replace path with subdomain
Hello, I need to make an irule to replace HTTP::path with Subdomain, like this: http://domain.com/PATH/blahblah ===>> http://PATH.domain/blahblah The path is dyn...
spalande
Apr 08, 2021Nacreous
when HTTP_REQUEST {
set path [lindex [split [string tolower [HTTP::uri]] "/"] 1]
set uri [string map -nocase "/$path/ /" [HTTP::uri] ]
HTTP::respond 301 Location "https://$path.domain.com$uri"
}
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