Forum Discussion
Maintenance page
i tried the below if statemen and it doesnt work, as in the images wont load.
if { [active_members pool] < 1 } { HTTP::respond 200 content [ifile get maintenance.html] } elseif { highload > 2 } { HTTP::respond 200 content [ifile get highload.html] }
for images on the html page store in ifiles)
if { [HTTP::uri] eq "/assets/images/companylogo.png" } { HTTP::respond 200 content [ifile get company.png] "Content-Type" "image/png" } elseif { [HTTP::uri] eq "/assets/images/footer.png" } { HTTP::respond 200 content [ifile get footer.png] "Content-Type" "image/png" }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
