Forum Discussion
AfterFax_148580
Nimbostratus
May 20, 2014iRule not executing
Upgraded to v11.5.1 with Hotfix-HF2. created first new pool & virtual and assigned a HTTP Redirect iRule :
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "http://crm....
Kevin_Stewart
Employee
May 20, 2014Perhaps some additional logging?
when HTTP_REQUEST {
log local0. "incoming URI = [HTTP::uri]"
if { [HTTP::uri] equals "/" } {
log local0. "catch and redirect for /"
HTTP::redirect "http://crm.murrob.com:5555/murrayroberts"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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