1.

How we can enable Maintenance mode in Magento?

Answer»

To ENABLE MAINTENANCE mode in MAGENTO, FOLLOW these steps:

  • First, enable Magento command-line interface (CLI)
  • Use SSH to log in to your account
  • Add the SYNTAX
cd ~/public_html
  • Then put the syntax bin/magentomaintenance:allow-ipsxxx.xxx.xxx.xxx
  • Replace xxx.xxx.xxx.xxx with IP address
  • Now put to enable maintenance mode
bin/magentomaintenance:enable


Discussion

No Comment Found