On Mon, Jun 15, 2009 at 7:58 AM, Ken Rickard<[email protected]> wrote: > I just want to second the custom 403 handler approach. I have done > that before, and the menu query check would be easy (check the > $_GET['q'] against {menu_links}.link_path and account for aliasing.
$_GET['q'] is unaliased during bootstrap and link_path is not aliased either. I am unsure what you mean by account for aliasing.
