Forum Discussion
siyadh_121603
Dec 20, 2014Nimbostratus
Maintenance URL by iRule
is it enough for Maintenance URL from abc.com..?
when HTTP_REQUEST {
HTTP::redirect "http://www.abc.com/maintenance.html"
}
Michael_Jenkins
Dec 20, 2014Cirrostratus
Updated: The other option would just use the uri, which would look like this instead...
when HTTP_REDIRECT {
if { not ([HTTP::uri] equals "/maintenance.html") } {
HTTP::redirect "/maintenance.html"
}
}
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