Entity bundle Redirect
Categories
Component ID
1970792
Component name
Entity bundle Redirect
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1217
Component created
Component changed
Component body
This module allows to create 301 redirections for unused entity paths, by bundle and language.
For example, if you have some content type, and you don't want people to visit it's corresponding "node/%node" page (because that content type is not a page-like content type, it's just an object-like content type that must remain hidden).
Another useful case, is when you desire to redirect Taxonomy term page to an existing View page, with a given exposed filter selected ($_GET parameter).
The configurable redirections are compatible with tokens, and exportable via Features.
A 'entity_bundle_redirect_alter' hook is available, so you can modify the redirection "on the fly" for each entity.