This project is not covered by Drupal’s security advisory policy.

Often when a website is redesigned and launched, legacy URLs need to be redirected to new paths to avoid 404 errors. While the Redirect contrib module is typically used to handle this, manually adding hundreds of paths is incredibly time-consuming. A much more efficient approach is to compile a CSV of your redirects and import them all at once.

The purpose of this recipe is to automatically install the modules and configuration needed for CSV-based redirect imports.

Usage:

composer require drupal/csv_redirect_recipe
drush recipe ../recipes/csv_redirect_recipe
Supporting organizations: 

Project information

Releases