Forum Discussion
markj_58101
Dec 08, 2015Nimbostratus
URL re-write profile not working
I am trying to use the URL Re-write profile feature of the LTM, I have never used this feature before but it seems fairly straight forward to configure. I am trying to do the following:
When a u...
Kai_Wilke
Dec 08, 2015MVP
I can't see the issue on the screenshot provided. But you may want to try this snipped...
when HTTP_REQUEST {
if { ( [string tolower [HTTP::host]] equals "www.website.com" ) and ( [HTTP::uri] equals "/" ) } {
HTTP::header replace host "server1.internal.com"
HTTP::uri "/application"
}
}
Cheers, Kai
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