This module enhances the functionality of the Redirect module by adding features like tracking creation and modification dates, allowing bulk updates to redirects, making destination URLs clickable, and enabling CSV export of redirect data.
The Redirect Extensions module extends the Redirect module.
Extensions
- Adds tracking of 'Created By', 'Created Date', 'Updated By', 'Updated Date'.
- Adds the ability to perform bulk updates on status code and destination URL.
- Makes the 'To' URL a link
- Adds the ability export redirects to a CSV file
Requirements
- Drupal 8.2.x or higher
- The Redirect module
- The Views data export module
Installation
- Make sure the Redirect module is enabled.
- Install as usual as per http://drupal.org/node/895232.