Hello everybody,
somehow i cant display favicons on my local apache server.
I added:
<link rel=“shortcut icon” href=“favicon.ico” type=“image/x-icon” />
to my html file and in my apache httpd.conf:
AddType image/x-icon .ico
I can display a favicon though just by opening the html-file without using the apache, so im pretty sure apache’s the culprit.
Any thoughts on this weirdo?
thanks
AO