hi all, in a zend framework based website, what should be approach to disable website during maintainance. during this visitor will only see, down for maintaince notice.
should it be to have a flag in application.ini file, like website.disabled and in Bootstrap.php redirect all request to 503 service unavailable or custom message when the flag is set. or any better approach? -- View this message in context: http://www.nabble.com/How-to-disable-website-during-maintainance-tp24148940p24148940.html Sent from the Zend Framework mailing list archive at Nabble.com.
