I've just upgraded to Apache 2.2.9 and PHP 5.2.6 and all seems to working oK :D
One configuration issue I can't resolve is how to turn on FancyIndexing? (attached is an example of what I'm trying to achieve). Any suggestions?
Printable View
I've just upgraded to Apache 2.2.9 and PHP 5.2.6 and all seems to working oK :D
One configuration issue I can't resolve is how to turn on FancyIndexing? (attached is an example of what I'm trying to achieve). Any suggestions?
I uncommented out the below line in my httpd.conf file and now I get the attached. How can I display the images instead of the words?
# Fancy directory listings
Include conf/extra/httpd-autoindex.conf
maybe this will help you:
http://httpd.apache.org/docs/1.3/mod...#fancyindexing
Thanks Dclamp but to me that page doesn't tell me how to do it? :confused:
Anyone who is running Apache, can you upload your httpd.conf and httpd-autoindex.conf files and I'll compare them to mine. (If your 127.0.0.1 screen looks like the first attachment :) )
according to this page, fancyindexing is Deprecated
i looked at my localhost, and i have fancyindexing :blush:
I found that the setting is NOT in the httpd.conf, but in the file [apacheroot]/conf/extra/httpd-autoindex.conf file.
i uploaded mine. [edit - i uploaded in txt format, due to blocking of .conf files.]
Thanks Dclamp, worked a treat :D :thumb: