Question
My Magento website displays an error saying maintenance mode is enabled. How do I disable maintenance mode?
Answer
If the file.maintenance.flag
exists in the var folder of the Magento installation maintenance mode is enabled.
To disable maintenance mode, you can move the file aside to disable maintenance mode, the next command assumes you are in the document root of the Magento installation:
mv var/.maintenance.flag var/.maintenance.flag.backup
Comments
0 comments
Article is closed for comments.