How to enable Maintenance mode in Magento?
0
$maintenanceFile = ''maintenance.flag'';
if (file_exists($maintenanceFile)) {
include_once dirname(__FILE__) . '/errors/503.php'';
exit;
}
Sign in to add a comment
0 Answers
0
📝 No answers yet!
Be the first to answer this interview question.
Your Answer
Sign in to post your answer and help the community.