Apache icons not available in version 2
Posted by: guyh (---.cable.ubr02.live.blueyonder.co.uk)
Date: November 22, 2007 12:06AM

I have just made a clean install of Wampserver 2.0
When I goto localhost, click on one of my projects I get a list of my files and folders. In this version of wamp it can no longer find the icons for folders and files (shown on the left) and just shows the red cross image.

Note for my development purposes I don't use an index.html until the final stages, I much prefer to execute my applications by browsing the directories.

No big problem, but I like my icons... can anyone help me find them again?

Options: ReplyQuote
Re: Apache icons not available in version 2
Posted by: yfastud (---.mia.bellsouth.net)
Date: November 22, 2007 03:25AM

He he... he he... ;-)

This problem is solved, scroll down for solution ;-)

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides



Edited 1 time(s). Last edit at 03/23/2008 04:29PM by yfastud.

Options: ReplyQuote
Re: Apache icons not available in version 2
Posted by: DJ_MELERIX (---.cm.vtr.net)
Date: November 22, 2007 06:54AM

I have the same trouble :/

Options: ReplyQuote
Re: Apache icons not available in version 2
Posted by: yfastud (---.mia.bellsouth.net)
Date: November 22, 2007 03:51PM


Options: ReplyQuote
Re: Apache icons NOW available in version 2
Posted by: rip_pit (---.w90-5.abo.wanadoo.fr)
Date: November 28, 2007 07:51PM

YESSSSSS !! SOLVED !!

---Quick steps---
Edit the following file manually and change the path to the icons folder (it appears 2 times in the file)
File to edit:
\wamp\bin\apache\apache2.2.6\conf\extra\httpd-autoindex.conf
Change the paths:
C:/Program Files/Apache Software Foundation/Apache2.2/icons/
With your (adapt it to your directory installation) :
D:/wamp/bin/apache/apache2.2.6/icons/

---If you want to know more---
As the path of the non working images/icons were like: ttp://localhost/icons/text.gif
i tryed to create a new Alias to the /icons/ dir, but it didn't work ... sad ...

My apache error.log always said : "[error] [client 127.0.0.1] client denied by server configuration: C:/Program Files/Apache Software Foundation" but i did never install any apache to this location ... so I searched the whole wamp directories and subdirs the files containing the words "Apache Software Foundation" and "icons" and here was the KEY !

I found the file
"D:\wamp\bin\apache\apache2.2.6\conf\extra\httpd-autoindex.conf" that contains the "Directives controlling the display of server-generated directory listings."

I Just edited the file manually and replaced the original paths by mines (it appears 2 times in the file)

I replaced the paths:
C:/Program Files/Apache Software Foundation/Apache2.2/icons/

By mines (adapt it to your directory installation) :
D:/wamp/bin/apache/apache2.2.6/icons/


And all seems working fine !!
Pfffww ! near 2 hours searching for so little thing !!

---Thanx to all the wamp team for giving us such a nice app !!---

---------------------------------------------
XP SP3 - pIV - 3.2Ghz - 1.5Go de ram - Wamp 2.0



Edited 2 time(s). Last edit at 03/23/2008 04:11PM by rip_pit.

Options: ReplyQuote
Re: Apache icons NOW available in version 2
Posted by: guyh (---.cable.ubr02.live.blueyonder.co.uk)
Date: December 02, 2007 10:49PM

Absolutely spot on... that solved my problem straight away.
Thanks for posting and solving a small but irritating problem

Options: ReplyQuote
Re: Apache icons not available in version 2
Posted by: Pnaky (---.eurotel.cz)
Date: December 03, 2007 03:23PM

Thanks a lot for solving this error/problem... winking smiley

Options: ReplyQuote
Re: Apache icons not available in version 2
Posted by: chpalmer (---.wavecable.com)
Date: March 23, 2008 12:59AM

And another thanks! winking smiley

Options: ReplyQuote
Re: Apache icons NOW available in version 2
Posted by: cloudwhale (---.dc.dc.cox.net)
Date: April 26, 2013 05:44PM

I am running Apache on port 100 because I have IIS on the default port 80. So I figured that you need to do this if you are also using a different port for Apache -

[1] Copy the icons folder from apache2.2.22/ to c:/wamp/www/ (or wherever your wamp/www/ folder is).
[2] In the file apache2.2.22/conf/extra/httpd-autoindex.conf comment the default Alias line using # like this -
#Alias /icons/ "c:/apache2/icons/"
[3] Then add a dummy alias line (dummy could be anything) -
Alias /dummy/ "c:/dummy"
[4] Restart all services using the Wamp menu

With this my icons started showing. Hope this help folks using a port different than 80 for Apache.

Options: ReplyQuote
Re: Apache icons not available in version 2
Posted by: Reedyseth (---.transtelco.net)
Date: December 19, 2013 08:13PM

Thanks @rip_pit, So simple to Solve, thanks for you time invested finding this issue.

Regards !!

Options: ReplyQuote
Re: Apache icons not available in version 2
Posted by: rip_pit (---.w83-205.abo.wanadoo.fr)
Date: December 20, 2013 08:41PM

you're welcome winking smiley happy to help smiling smiley

---------------------------------------------
XP SP3 - pIV - 3.2Ghz - 1.5Go de ram - Wamp 2.0

Options: ReplyQuote
Re: Apache icons not available in version 2
Posted by: RiggsFolly (---.as13285.net)
Date: December 24, 2013 02:03AM

Of course theres always the correct way?

Uncomment this line in httpd.conf

# Fancy directory listings
Include conf/extra/httpd-autoindex.conf

Edit \wamp\bin\apache\apache.x.y.z\conf/extra/httpd-autoindex.conf

Change this line ( the default apache config, to the wamp apache config )

Alias /icons/ "c:/Apache2/icons/"

To the location of the icons file that comes with apache

Alias /icons/ "c:/wamp/bin/apache/apache.x.y.z/icons"

And also this line from
<Directory "c:/Apache2/icons">

To

<Directory "c:/wamp/bin/apache/apache.x.y.z/icons">


Then of course make sure the following Apache modules are activated

mod_autoindex, mod_alias

i.e uncomment the LoadModule lines for those modules in httpd.conf

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.