README.txt 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. The Redirect module provides a unified redirection API (also replaces
  11. path_redirect and globalredirect).
  12. * For a full description of the module visit:
  13. https://www.drupal.org/project/redirect
  14. * To submit bug reports and feature suggestions, or to track changes visit:
  15. https://www.drupal.org/project/issues/redirect
  16. REQUIREMENTS
  17. ------------
  18. This module requires no modules outside of Drupal core.
  19. INSTALLATION
  20. ------------
  21. * Install the Redirect module as you would normally install a contributed
  22. Drupal module. Visit https://www.drupal.org/node/1897420 for further
  23. information.
  24. CONFIGURATION
  25. -------------
  26. 1. Navigate to Administration > Extend and enable the module.
  27. 2. Navigate to Administration > Configuration > Search and Metadata > URL
  28. redirects for configuration.
  29. 3. Select "Add redirect" and in the "Path" field add the old path.
  30. 4. In the "To" field, start typing the title of a piece of content to select
  31. it. You can also enter an internal path such as /node/add or an external
  32. URL such as http://example.com. Enter <front> to link to the front page.
  33. 5. Select the Redirect status: 300 Multiple Choices, 301 Moved Permanently,
  34. 302 Found, 303 See Other, 304 Not Modified, 305 Use Proxy, or 307
  35. Temporary Redirect. Save.
  36. 6. Once a redirect has been added, it will be listed in the URL Redirects
  37. vertical tab group on the content's edit page.
  38. MAINTAINERS
  39. -----------
  40. Supporting organization for 8.x-1.x port:
  41. * MD Systems - https://www.drupal.org/md-systems