Forum Discussion
Bob_10976
May 22, 2012Nimbostratus
WWW Redirect with URI String
I have a WWW redirect in place that works, however when a user goes to www.domain.com/something they are redirected to just domain.com vs going to domain.com/something.
How can I modify or c...
nathe
May 22, 2012Cirrocumulus
Bob,
Does this work by appending HTTP::uri?
when HTTP_REQUEST {
switch "[string tolower [HTTP::host]]" {
"www.domain.com" {
HTTP::respond 301 Location "http://domain.com"[HTTP::uri]
}
}
}
N
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