Forum Moderators: phranque
I think that there is something in httpd.conf I should modify, add, but I don't know what?
Well if anyone got a tip or an idea on what's going wrong, it would be very usefull. This driving me mad as I'm working on it for a 2 days now.
TIA for any help
MrExcel
Welcome to WebmasterWorld!
You may need to add a MIME-type for png, as this is a relatively new format, and the default Apache config may not include it.
AddType image/png .png
AddType image/x-icon .ico
Jim
(Always flush your browser caches after any change to server config)
Jim