Isn't there a way to create a view with an argument that will catch all calls to node and send it where ever you want them to go? Sent from my Verizon Wireless BlackBerry -----Original Message----- From: Robert Wohleb <rwohleb@techsanctuary.com> Date: Tue, 11 Aug 2009 12:00:38 To: <development@drupal.org> Subject: Re: [development] Remove q=node from required modules .. or just create a new permission for /node so that we can just block access to it. ~Rob On Tue, Aug 11, 2009 at 11:32 AM, J-P Stacey <jp.stacey@torchbox.com> wrote:
Some sort of glob- or regex-based URL locking-down,
Contrib. hook_menu_alter. I mentioned already :)
Well, that hook's certainly one starting place. But it doesn't on its own solve the broader problem of how a non-developer could lock down more than just q=node.
How about extending the access rules interface and system, and then using hook_boot() to call drupal_is_denied()?
http://code.torchbox.com/svn/drupal-modules/tags/ar_path/ALPHA-0.1/ar_path.m...
Cheers, J-P