On Jul 15, 12:30 pm, V <[EMAIL PROTECTED]> wrote:
> First of all Apache will look through all the <Location> directives,
> and the later ones overwrite the former ones. So you should definitely
> put the more precise one at the bottom.
>
> Probably your media files work, because you've added something like
> urlpatterns += patterns('',
>     (r'^media/(?P<path>.*)$',
>         'django.views.static.serve',
>         {'document_root': os.path.join(PROJECT_PATH, 'htdocs',
> 'media')}),
> )
> to you urls.py, weren't you?

No I have not.  I am not serving static files through Django, they are
purely served by Apache.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to