403 (Forbidden) error at the console window

S S

I am getting 403 (Forbidden) error at the console window when I run any project.

    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)

I am using WampServer Version 2.5. Can anybody help me how can I get rid of these error?

S S

I find the solution:

Edit the httpd-autoindex.conf located in \bin\apache\apache2.4.9\conf\extra

I changed

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

to

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

and to

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

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related