All of my flatpage pages throw a 404. If I turn debug on which
disabled cacheing they re-appear. I've tried restarting memcached and
my SCGI server as well as Apache and it did nothing. I've also svn'd
the latest Django trunk; the problem still persists. Anyone got any
idea what can possibly be causing this?

Here is my settings.py middlewear config. The Middlewear seems to be
in the correct order.

MIDDLEWARE_CLASSES = (
    'django.middleware.common.CommonMiddleware',
    'django.contrib.sessions.middleware.SessionMiddleware',
    'django.contrib.auth.middleware.AuthenticationMiddleware',
    'django.middleware.doc.XViewMiddleware',
    'django.middleware.cache.CacheMiddleware',
    'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware',
)

Any help or suggestions would be greatly appreciated.


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