服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > magento教程 >

Magento错误:Your web server is configured incorrectly. As

时间:2016-02-29 13:43来源: 作者: 点击:
Magento 错误 :Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider 如何解决。 原因在于 magento 使用 .htac

Magento错误:Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider

如何解决。

原因在于magento使用 .htaccess 文件来控制各个目录的权限,因为虚拟主机设置的原因并没有设置.htaccess文件生效。导致文件结构和文件内容被暴露在用户访问之下,我们只需要在虚拟主机设置上做些修改就可以。

<Directory 您的网站路径文件夹地址>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</directory>

修改后,重启apache,刷新后台,警告消失。

(责任编辑:最模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容