Forum Discussion
Need to display logo on Maintenance page
Kevin Ok Tried readding image but no Joy. When I looked at HTML file I was supplied with I discovered it was missing the body message file. I added this to ifiles through file import and then to iflies through irules. Irule now looks like
when HTTP_REQUEST { if {[active_members [LB::server pool]] < 1} { switch [HTTP::uri] { "/bg_body" { HTTP::respond 200 content [ifile get "BG-Body"] } "/bolfg.logo.png" { HTTP::respond 200 content [ifile get "bolfg-logo-test"] "Content-Type" "image/png" } default { HTTP::respond 200 content [ifile get "bolfg-test-main"] } } } }
But still no Joy getting Logo come out on maintenace page. Any Ideas??
Recent Discussions
Related Content
* 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