Forum Discussion
Arie
Altostratus
Apr 30, 2008HELP! - what's wrong with this redirect?
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/account" } {
HTTP::redirect https://www.domain2.com[HTTP::uri]
}
}
Arie
Altostratus
Apr 30, 2008Strangely enough, this one is working:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/foyc" } {
HTTP::redirect http://www.domain2.com[HTTP::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
