djandrow wrote:
> Managed to get it working, thanks everyone.
> 
> I guess the problem was CSS was missing from locationMatch
> --~--~---------~--~----~------------~-------~--~----~

Good news. For what it's worth, when I am serving static content I tend 
to set whole directories to be served statically rather than limit it to 
specific extensions by matching. So in my config files I tend to use 
stuff like

     <Location "/scripts/">
         SetHandler None
     </Location>

     <Location "/data/">
         SetHandler None
     </Location>

and everything from those areas gets served statically. I only have 
multiple directories because the original design didn't conveniently 
lump everything under /static/.

YMMV, of course, but it's a thought.

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/

--~--~---------~--~----~------------~-------~--~----~
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