控制台出现 403(禁止)错误 window

403 (Forbidden) error at the console window

当我 运行 任何项目时,我在控制台 window 收到 403(禁止)错误。

    GET http://localhost/icons/blank.gif 403 (Forbidden)
    GET http://localhost/icons/back.gif 403 (Forbidden)
    GET http://localhost/icons/text.gif 403 (Forbidden)
    GET http://localhost/icons/folder.gif 403 (Forbidden)

我正在使用 WampServer 2.5 版。谁能帮助我如何摆脱这些错误?

我找到了解决方案:

编辑位于 \bin\apache\apache2.4.9\conf\extra

的 httpd-autoindex.conf

我变了

Alias /icons/ "c:/Apache24/icons/"

Alias /icons/ "D:/wamp/bin/apache/apache2.4.9/icons/"

和 至

<Directory "D:/wamp/bin/apache/apache2.4.9/icons/">