Forum Discussion
mohana_322852
Nimbostratus
Jun 02, 2017Need help for redirction of append URI
I have difficulties in redirection-
I want to do a redirection
abc.com to abc.com/act on both http and https
when HTTP_REQUEST {
if {[string tolower [HTTP::host]] equals"abc.com" or [string tolowe...
Stanislas_Piro2
Cumulonimbus
Jun 02, 2017Hi,
you can try this code:
when HTTP_REQUEST {
if {[string tolower [HTTP::host]] equals "abc.com" && !([HTTP::path] starts_with "/act" )}{
HTTP::respond 301 Location "/act[HTTP::uri]"
log local0. "[HTTP::uri] redirected to /act[HTTP::uri]"
return
}
}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
