Forum Discussion
Scott_85950
Nov 13, 2010Nimbostratus
Root Domain Redirect Retaining Query String
Hi, I am looking to redirect, hopefully 301 redirect, from the default domain when called to a new home page location while retaining any appended query in the original URI. I have the following i...
nitass
Nov 13, 2010Employee
what about this one?
when HTTP_REQUEST {
if { [HTTP::path] equals "/" } {
HTTP::redirect "http://[HTTP::host]/guest/en/home.shtml?[HTTP::query]" }
}
}
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