Sub-path URL Aliases
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
The Drupal Path module matches only full URLs when creating SEO-friendly aliases. This module extends that behavior by also matching known sub-paths and replacing them with their respective alias. For example, if node/1 is aliased to content/alias, this module rewrites the link to the node edit page node/1/edit to use the aliased URL content/alias/edit instead. This also includes Views URLs taking a node as argument (node/%/yourview), in short, every URL that is based on, or extends, an existing alias. In combination with the Pathauto module it is possible to get rid of all remaining exposed internal URLs.
The module has moved to the Sub-pathauto module for Drupal 7 and beyond. It can be downloaded at http://drupal.org/project/subpathauto.
