What happens if you use a simple or dummy cache? On Sep 9, 2:51 pm, Sasha Weberov <[EMAIL PROTECTED]> wrote: > On Sep 9, 6:15 am, Thomas Badran <[EMAIL PROTECTED]> wrote: > > > > > My best guess would be that you are missing the / at the start and end > > of the url > > > Tom > > > On Sat, 2007-09-08 at 21:00 -0700, Sasha Weberov wrote: > > > 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.- Hide quoted text - > > > - Show quoted text - > > I've looked at that, all of my urls are /faq/ /tos/ /privacy/ etc. The > flat pages load with Debug on, but with it off they don't. I believe > this is because Debug On turns cacheing off.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---