How would I go about creating a maintenance page (site is down because of servers)??
Make a page on admin side having two radio buttons. i.e 1) Live Site 2) On Maintenance. Save radio button value in database.
Check on the index page the value of Site i.e Live or On Maintenance and make decision in code accordingly.
regards,
arusdevelopersdotcom
If you have server problems a maintance page will not show up !
I would do it with .htaccess there is a method here:
http://www.techiecorner.com/97/redirect-to-maintenance-page-during-upgrade-using-htaccess/
Thanks Rubble that helped out!