Re: Serving static content using Apache

2008-08-18 Thread Steve Holden
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 stat

Re: Serving static content using Apache

2008-08-18 Thread djandrow
Managed to get it working, thanks everyone. I guess the problem was CSS was missing from locationMatch --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django

Re: Serving static content using Apache

2008-08-18 Thread djandrow
I've added this, #css has been added to the end SetHandler None but still no luck, however if i look at the pages statically on the server rather than having apache serve them the CSS is used so now I know that the CSS works and i guess its in the right place, although the relative and abs