How to enable Maintenance mode in Magento?

0

$maintenanceFile = ''maintenance.flag'';

if (file_exists($maintenanceFile)) {

include_once dirname(__FILE__) . '/errors/503.php'';

exit;

}

asked Apr 15, 2023 at 01:04
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.