.ico


Google Favicon 4
If you try to access the URL of your favicon.ico directly (http://example.com/favicon.ico) and your browser opens a “Save As” window instead of just displaying it, then your Apache isn’t set up to properly deliver the .ico file type. Add this line to your httpd.conf file: AddType image/x-icon .ico Don’t forget […]

Favicon.ico not loading? Add an AddType