Forum Discussion
Dixit_18200
Nimbostratus
Aug 13, 2009Issue with irule in 9.4.7
Hi All,
We are having issues with irules created on 9.4.7. Below is the iruel we have added. But its not working. Please help.
when HTTP_REQUEST {
if {[HTTP::re...
The_Bhattman
Nimbostratus
Aug 13, 2009My suggestion is to perform a debug
when HTTP_REQUEST {
log local0. "This is the full Request: [HTTP::request]"
if {[HTTP::request] contains "www.acbg.com/ucc"} {
HTTP::redirect "https://microsite.accenture.com/ACBG/Solutions/UCandC/Pages/default.aspx"
}
}
otherwise you might want to switch to something like
when HTTP_REQUEST {
if {([HTTP::host] eq "www.adbg.com") and ([HTTP::uri] equals "/ucc") } {
HTTP::redirect "https://microsite.accenture.com/ACBG/Solutions/UCandC/Pages/default.aspx
}
}
Hope this helps
CB
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