Friday 16 December 2016

Maintenance mode

How to check the status of maintence mode
Run: php bin/magento maintenance:status


To enable maintenance mode, type the following command:
Run: php bin/magento maintenance:enable


To disable maintenance mode, type the following command:
Run: php bin/magento maintenance:disable


How to allow access to the front-end store from a specific IP address
Run: php bin/magento maintenance:allow-ips 192.168.1.35

For more infomation read the below link.

https://www.a2hosting.com/kb/installable-applications/optimization-and-configuration/magento1/enabling-magento-maintenance-mode

No comments:

Post a Comment