Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Add favicon.ico icon to website' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Add favicon.ico icon to website
Authored by: geohar on Feb 01, '03 04:33:25PM

as noted, there's plenty of guides to creating the icon and specializing the icon for different parts of the site. Things to note that you might need to do for apache & os x are:

put a

favicon.ico

in the root of you website (so safari can find it if you don't want to have to set up different icons for different parts of the site).

Add a line to apache's mime config file. This lives in /etc/httpd/ and tells apache which mime types belong to which extensions. Add the line

image/x-icon ico

so apache serves up the file.

You can create the icons with iconographer X, they are windows ico files. Make the icon 8bit depth max, or 16. It's the 'small' size if you're using iconographer (And remember to turn OFF the other unneeded sizes to keep the file small - there is alegedly some max size).

Hope this helps.



[ Reply to This | # ]