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.

Reply via email to