Re: strange 404 on favicon.ico in the admin

2010-02-15 Thread andreas schmid
thx for that, i have a favicon for the frontend of my site and i really dont understand why and where its searching for /favicon.ico it should be /media/favicon.ico for the admin anyway. i solved it by putting a django.views.generic.simple.redirect_to to rewrite the url for the favicon. Shawn Mil

Re: strange 404 on favicon.ico in the admin

2010-02-15 Thread Shawn Milochik
The browser looks for a favicon (the little image that appears in the address bar next to the URL). I got those errors on my WebFaction account until I created a favico.ico file and added its location to the Apache config. A quick Google search will find various Web sites which will take an imag

strange 404 on favicon.ico in the admin

2010-02-15 Thread andreas schmid
hi, i cant understand why but when i access my projects admin interface i continiously get a 404 error on the favicon. everything works fine but i get a lot of error mails from django everytime i access the site on production. [15/Feb/2010 12:34:07] "GET /de/admin/ HTTP/1.1" 200 7758 [15/