Re: wp-super-cache strategy
So the sequence is: (this is a question)
– user wants bp virt url
– catch uri does it’s thing, the header 200 isn’t sent
– bp starts gen’ing the page
– header query or super cache does is_404()
– we’re not in Kansas any more
– is_404 returns true about not being in Kansas
– page gets gen’ed
Is this logic correct or am I missing something as usual?