Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/magento/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Magento禁止进入_Magento_Xampp - Fatal编程技术网

在Magento禁止进入

在Magento禁止进入,magento,xampp,Magento,Xampp,你能帮帮我吗 我试图从media/customer/folder中访问directimage文件,但它的意思是 Access forbidden! 您没有访问请求对象的权限。它受读保护,或者服务器不可读 如果您认为这是服务器错误,请联系网站管理员 错误403 本地主机 05/15/12 14:13:26 Apache/2.2.14(Win32)DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2

你能帮帮我吗

我试图从media/customer/folder中访问directimage文件,但它的意思是

Access forbidden!
您没有访问请求对象的权限。它受读保护,或者服务器不可读

如果您认为这是服务器错误,请联系网站管理员

错误403

本地主机 05/15/12 14:13:26 Apache/2.2.14(Win32)DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 perl/v5.10.1

请帮忙!!我知道,这不是xampp的错误,是magento的错误,请帮我解决


提前非常感谢

我冒昧地怀疑,这条消息是由Magento制作的

它与xampp的默认值
xampp/apache/error/HTTP_-planded.html.var
非常相似:

Content-language: en
Content-type: text/html; charset=ISO-8859-1
Body:----------en--
<!--#set var="TITLE" value="Access forbidden!"
--><!--#include virtual="include/top.html" -->

  <!--#if expr="$REDIRECT_URL = /\/$/" -->

    You don't have permission to access the requested directory.
    There is either no index document or the directory is read-protected.

  <!--#else -->

   You don't have permission to access the requested object.
   It is either read-protected or not readable by the server.

  <!--#endif -->

<!--#include virtual="include/bottom.html" -->
----------en--
内容语言:en
内容类型:text/html;字符集=ISO-8859-1
正文:-------------en--
您没有访问请求的目录的权限。
没有索引文档或目录受读取保护。
您没有访问请求对象的权限。
它受读保护,或者服务器不可读。
----------嗯--
不幸的是,您没有写任何关于代码如何尝试访问映像的内容

请张贴相关代码部分


请在Apache
错误日志中找到正确的403消息,并将其发布。

安装Magento的目录似乎没有访问Magento目录的权限。这是Apache错误,不是Magento错误。

您应该检查媒体文件夹中的权限设置