magento安装插件超时退出后
在访问网站就会报错:503错误
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
想了想,去根目录吧index.php里面的代码
//if (file_exists($maintenanceFile)) {
// include_once dirname(__FILE__) . ‘/errors/503.php';
// exit;
//}
这块直接注释掉就可以了!