On Wed, Sep 10, 2008 at 10:51 PM, Joel Lee <[EMAIL PROTECTED]> wrote: > > If I enable StaticCache and Route301 at the same time, the first time > I access http://example.com/feed will redirect to http://example.com/atom/1 > correctly, but the next time will just show a blank page, because it > is cached by StaticCache. I know I can exclude /feed in StaticCache, > but what about entry permalinks?
Ideally StaticCache should only cache pages that send a 200 HTTP response, but I don't now of a way to get the "status header". I suppose a way to acheive this would be to only cache "non-null" responses, ie. not blank pages. I'll see if I can get that fixed. Now if apache is doing the redirect StaticCache will never see it, so there's no problem there. Also, what do you mean by "entry permalinks"? -- Matt Read http://mattread.com --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
