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
>> Some sort of glob- or regex-based URL locking-down,Well, that hook's certainly one starting place. But it doesn't on its
>
> Contrib. hook_menu_alter. I mentioned already :)
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.module
Cheers,
J-P