Fix WAMP directory ICONs

From TomSchaefer.org Wiki

Jump to: navigation, search

When ever you install WAMP server the file httpd-autoindex.conf has the default settings for windows. We need to change this for WAMP to show the directory Icons.
To do this browse to

 bin\apache\apache2.*\conf\extra 

edit the file httpd-autoindex.conf

Replace

 C:/Program Files/Apache Software Foundation/Apache2.2/icons/

with

 C:/wamp/bin/apache/apache2.2.6/icons/

Make sure use forward slash / not backward slash \

Personal tools