Forum Discussion
Tunde1972_27774
Jul 08, 2016Nimbostratus
Redirect to a FQDN
sorry I am new to irule I would like when somebody types http://boprod it should redirect them to http://boprod:8080/BOE/BI
Vijay_E
Jul 08, 2016Cirrus
when HTTP_REQUEST {
if { ([HTTP::host] eq "boprod") and ([HTTP::uri] eq "/BOE/BI") } {
HTTP::respond 301 Location "http://boprod:8080/BOE/BI"
}
}
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