On Tue, 2009-04-28 at 15:24 -0500, Danny Brown wrote: > check your file permissions. Must be readable by www-data
Not for a file link, no. Since it won't go back to the web-server. The file:// schema tells the browser that this is a local file. The http:// and https:// protocol, on the other hand, say that it requires a call to a system identified by the domain name. I have no idea what the original poster's problem is, but I'm hoping he will test it with a static page and work it out. There's no real Django stuff involved there. But it's not server permissions, since there's no server involved here. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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 -~----------~----~----~----~------~----~------~--~---