【问题标题】:Permanent solution of the disable or remove the ".maintenance.flag" file for Magento website?Magento 网站禁用或删除“.maintenance.flag”文件的永久解决方案?
【发布时间】:2020-03-07 04:01:10
【问题描述】:

我有 Magento 站点,它不断进入维护模式。每天我都需要从“public_html/var/”文件夹中删除“maintenance.flag”文件。

if (file_exists($maintenanceFile)) 
{ /* include_once dirname(__FILE__) . '/errors/503.php'; */ 
$path="maintenance.flag"; 
unlink($path); exit; 

这个问题可以吗?

【问题讨论】:

    标签: magento controls hosting maintenance web-site-project


    【解决方案1】:

    是的,以上代码可以永久删除maintenance.flag文件。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-01-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多