Forum Discussion
roger10dc_46053
Nimbostratus
Sep 17, 2010URI Rewrite
Hi,
How can I redirect a URI from:
http://www.xyz.com/something/howto.hml
to
http://www.xyz.com/somethingX/howto.hml
Jon
roger10dc_46053
Nimbostratus
Sep 17, 2010So far I am up to here, no errors, but does not work.
when HTTP_REQUEST {
if {[matchclass [IP::client_addr] equals $::internal_net]
and [string tolower [HTTP::host]] eq "www.csg.xyz.com"
and [string tolower [HTTP::uri]] eq "/Citrix/XenApp/" }{
HTTP::redirect "https://csg.xyz.com/Citrix/XenApp1" }
}
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