Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This is a very simple module that exposes a 'redirect' task to the page manager module in the ctools suite. This allows you to define paths that can then redirect to others, all without writing any code. You can use this to do things like:
Redirect user profile nodes to the /user/X page that owns the profile
Redirect Images in a gallery to their node referenced gallery.
Page Manager Redirect (PMR) is now fully compatible with Drupal 7!
Differences from similar modules
There are a number of other modules that attempt to perform some kind of redirection based on paths. Page manager redirect is different because it can leverage the ctools context system to gather all sorts of useful information from the original URL to construct the redirection URL with. Genius!
Taxonomy Subterms is a simple module to force display child taxonomy terms on the parent taxonomy page of nodes belonging to the current term or/and the children of the current term.
If your context reaction uses a second or higher level menu item, the menu block for the menu must have Expand all children of this tree selected in its block configuration.