Forum Discussion
Puli
Nimbostratus
Aug 17, 2010re-direct a URL but maintain the same URL in browser
i have a requirement as below.
From URL : http://serverA.com/eng/test.hml
This need to be re-directed or re-written to
To : http://serverA.com/global/eng/test.html ...
The_Bhattman
Nimbostratus
Aug 20, 2010Hi Puli,
You can then switch fF statement to a switch statement.
when HTTP_REQUEST {
switch [HTTP::uri] {
"/eng" -
"/eng/" {
HTTP::uri "/eng/index.html"
pool serverB_pool
}
"/eng/test.html" {
"HTTP::uri "/global/eng/test.html"
pool serverA_pool
}
}
}
I hope this helps
Bhattman
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