是否有 post 要为 Magento 执行的安装任务?
Are there post install tasks to perform for Magento?
我支持安装最初没有安装或配置的 Magento 商店,而且我对软件不是很熟悉。
install.php、magento-check.php 等文件似乎不是实际应用程序的一部分...can/should 将这些文件从安装目录,是否有任何我应该验证的 post-install 任务要执行以确保安全等?
在典型的 Magento 安装中,您使用服务器来限制对 index.php
之外的任何文件和目录的访问
我建议设置本地环境并升级到最新版本。
Magento 也有一个安装指南可以遵循,以确保您已正确设置 files/directories 上的所有权限:
http://www.magentocommerce.com/knowledge-base/entry/ce18-and-ee113-installing
我支持安装最初没有安装或配置的 Magento 商店,而且我对软件不是很熟悉。
install.php、magento-check.php 等文件似乎不是实际应用程序的一部分...can/should 将这些文件从安装目录,是否有任何我应该验证的 post-install 任务要执行以确保安全等?
在典型的 Magento 安装中,您使用服务器来限制对 index.php
之外的任何文件和目录的访问我建议设置本地环境并升级到最新版本。
Magento 也有一个安装指南可以遵循,以确保您已正确设置 files/directories 上的所有权限:
http://www.magentocommerce.com/knowledge-base/entry/ce18-and-ee113-installing