By dirkels on
Hi
Our shortcut icon does not display in the browser and is generating 100s of 404 error logs with each page view. We are using the Tapestry theme, Drupal 5.7 and the file system is set to private for the installation. For the logo and shortcut icon however the files are in a public directory named "files" within root. Both the png files (site logo and icon) were uploaded using ftp. The custom site logo works. Any ideas?
Comments
you mean...
you mean the favicon right?
add it to the misc folder....
Dasith.
http://www.mytechdaily.com
icon file type
Yes the favicon. I actually managed to fix this by renaming my existing favicon file name (yourfavicon.png) to have a dot ico extension (yourfavicon.ico). First I've heard of the Icon file type. That seems to have worked.
The strange part is that it was working fine in my development area as a png.
Thanks for the reply.