I think the issue is that EE doesn’t know which template to render a “Closed” page with but I could be wrong.
Here’s what I would think would work:
{exp:channel:entries channel="page" require_entry="yes"}
{if no_results}{redirect="404"}{/if}
...
{/exp:channel:entries}I also tried:
{exp:channel:entries channel="page"}
...
{/exp:cannel:entries}
{exp:channel:entries channel="page" status="not open"}
{if no_results}{redirect="404"}{/if}
{/exp:channel:entries}Ideas?