Hi, settings.py contains ALLOWED_HOSTS with the host in the form ".example.com". With DEBUG = True I get the complete page. But if I set DEBUG = False the static files are not found so I get only the content.
If DEBUG = True the apache access log the static files are shown with HTTP-code 200. If DEBUG = False Apache is looking for the static files two times. The first try gives status code 301, the second try gives status code 500. Any idea why this happens? Egon -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/510d7903-db17-4763-b9d5-fe879b8240a1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

