You are here

README.txt in Path redirect import 8

INTRODUCTION
------------

This module provides a way to bulk import redirects if you are using the
Redirect module (https://www.drupal.org/project/redirect).

The import is performed from an uploaded CSV file with the following structure:
'old url', 'new_url', 'redirect_code' = 301, 'language' = ''.

REQUIREMENTS
------------

This module requires the Redirect module.
  * Redirect - https://www.drupal.org/project/redirect

INSTALLATION
------------

Install as you would normally install a contributed Drupal module. Visit:
https://www.drupal.org/documentation/install/modules-themes/modules-8
for further information.

CONFIGURATION
-------------

You can configure Redirect Imports at Administration >> Configuration >>
Search and metadata >> Redirect >> Import

The first section is for the import itself and is self explanatory. The second
section covers the imported data and how the redirects are to be handled.

MAINTAINERS
------------

Current maintainers:

  * Timo Welde (tjwelde) - https://www.drupal.org/u/tjwelde

  * Pablo López (plopesc) - https://www.drupal.org/u/plopesc

  * gabrielu - https://www.drupal.org/u/gabrielu

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. This module provides a way to bulk import redirects if you are using the
  4. Redirect module (https://www.drupal.org/project/redirect).
  5. The import is performed from an uploaded CSV file with the following structure:
  6. 'old url', 'new_url', 'redirect_code' = 301, 'language' = ''.
  7. REQUIREMENTS
  8. ------------
  9. This module requires the Redirect module.
  10. * Redirect - https://www.drupal.org/project/redirect
  11. INSTALLATION
  12. ------------
  13. Install as you would normally install a contributed Drupal module. Visit:
  14. https://www.drupal.org/documentation/install/modules-themes/modules-8
  15. for further information.
  16. CONFIGURATION
  17. -------------
  18. You can configure Redirect Imports at Administration >> Configuration >>
  19. Search and metadata >> Redirect >> Import
  20. The first section is for the import itself and is self explanatory. The second
  21. section covers the imported data and how the redirects are to be handled.
  22. MAINTAINERS
  23. ------------
  24. Current maintainers:
  25. * Timo Welde (tjwelde) - https://www.drupal.org/u/tjwelde
  26. * Pablo López (plopesc) - https://www.drupal.org/u/plopesc
  27. * gabrielu - https://www.drupal.org/u/gabrielu