0

Where do I add the file name: maintenance.flag in order to put my website into maintenance mode?

gvlasov
  • 18,638
  • 21
  • 74
  • 110
  • I'm voting to close this question as off-topic because it is not programming-related. You should post this on http://magento.stackexchange.com/ instead. – Enigmativity Aug 19 '15 at 22:50

1 Answers1

3

You drop a file name maintenance.flag directly in the root folder of your magento system, along side index.php, and Magento should put your system in maintenance mode.

Alana Storm
  • 164,128
  • 91
  • 395
  • 599