first, two examples
<link rel="shortcut icon" href="icon.ico"> (works)
<link rel="shortcut icon" href="favicon.ico"> (doesn't work)
why does the latter not work. when i use the 2nd code, the icon is not displayed. and of course, i rename the icon to favicon.ico when using the 2nd code.