I am getting tons of 404s for a missing favicon.ico (thanks Microsoft). Of course, I can;t just throw one in the root directory because of the way CI handles the framework. What is the best way to incorporate a favicon.ico in a CI site?
BTW, I tried putting it in /images which is excluded in my htaccess and then also using the <link type=ico…> html line and that didn’t work. I also added |favicon\.ico to my htaccess string and that didn’t work.
My site is generating thousands of 404s per day now and it is aggravating!
Plz help.
