gpt4 book ai didi

opencart - 将存储目录移至Web目录之外

转载 作者:行者123 更新时间:2023-12-02 09:11:02 34 4
gpt4 key购买 nike

在 opencart 版本 3 中有一条通知:

It is very imporant that you move the storage directory outside of the web directory (e.g. public_html, www or htdocs)

截图 Screenshot

我尝试单击图片中的移动按钮,也尝试手动尝试,但尝试后出现了奇怪的错误。

最佳答案

您可以通过三种方式将存储目录移出 Web 目录(例如 public_html、www 或 htdocs)

  1. 自动移动
  2. 手动移动(从管理面板)
  3. 手动移动(通过编辑配置文件)...

假设你知道第一种和第二种方法。这里我向你解释第三种方法。

  1. 将存储目录从 system/storage 复制到 public_html、www 或 htdocs。
  2. 从两个配置文件(即 config.php 和 admin/config.php)更改以下文件路径,如下所示。

    define('DIR_STORAGE', 'public_html/storage');

请将 public_html 替换为您想要的路径。

希望这个回答对你有帮助。

关于opencart - 将存储目录移至Web目录之外,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48748067/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com