Friday, January 29, 2010

adding favicon icon using .htaccess file

wanted to save myself the problem of adding the code to all the pages i use to show the favicon so i researched it. this is how it is added to the .htaccess file:

AddType image/x-icon .ico
RewriteRule ^favicon.ico favicon.ico [NC,L]

the icon has to be in the root of the server files

No comments: