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 Milochik wrote: > 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 image > and convert it into a valid .ico file. > > Then, assuming you're using Apache, add this to httpd.conf: > > <Location "/favicon.ico"> > SetHandler None > </Location> > > alias /favicon.ico /full/path/to/favicon.ico > > > > > Shawn > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.