Forum Discussion
spgghosh_194562
Nimbostratus
Jul 18, 2015HTTP Redirect failure
Hi,
As part of Scheduled maintanace activity we have to put a maintanance page redirect I-Rule but its was not worked.
Howerver i can see hit on I-rule statistics but redirect failed.,alos notic...
Kevin_Stewart
Employee
Jul 22, 2015when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/bv2was/viewaccountbalance.go*" {
HTTP::redirect "http://www.pb.com/pbcom/maintenance.html"
}
"/bv2was/selectaccount.go*" {
HTTP::redirect "http://www.pb.com/pbcom/maintenance.html"
}
"/bv2was/schedpayselectaccount.go*" {
HTTP::redirect "http://www.pb.com/pbcom/maintenance.html"
}
"/bv2was/meterrefill.go*" {
HTTP::redirect "http://www.pb.com/pbcom/maintenance.html"
}
"/pbpcombinedactivity/combinedactivity.jsp*" {
HTTP::redirect "http://www.pb.com/pbcom/maintenance.html"
}
"/bv2was/schedpayagreement.go*" {
HTTP::redirect "http://www.pb.com/pbcom/maintenance.html"
}
"/bv2was/purchasepoweractivities.go*" {
HTTP::redirect "http://www.pb.com/pbcom/maintenance.html"
}
"/bv2was/pbpmeteractivities.go*" {
HTTP::redirect "http://www.pb.com/pbcom/maintenance.html"
}
"/bv2was/pbpprepayactivities.go*" {
HTTP::redirect "http://www.pb.com/pbcom/maintenance.html"
}
"/epp_hybrid/mailer/transferfunds.do*" {
HTTP::redirect "http://www.pb.com/pbcom/maintenance.html"
}
"/bv2was/addpostage.go*" {
HTTP::redirect "http://www.pb.com/pbcom/maintenance.html"
}
"/bv2was/transferbalance.go*" {
HTTP::redirect "http://www.pb.com/pbcom/maintenance.html"
}
DEFAULT {
pool www.pb.com-80
}
}
}
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