You are here

README.txt in Redirect 7.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Recommended Modules
 * Configuration
 * Maintainers


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

The Redirect module provides a unified redirection API (also replaces
path_redirect and globalredirect) and allows users to redirect from old URLs to
new URLs.


 * For a full description of the module visit:
   https://www.drupal.org/project/redirect

 * To submit bug reports and feature suggestions, or to track changes visit:
   https://www.drupal.org/project/issues/redirect


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

This module requires no modules outside of Drupal core.


RECOMMENDED MODULES
-------------------

Multi-path autocomplete helps provide auto-complete listings for the destination
textfield on the redirect form.
 * Multi-path autocomplete - https://www.drupal.org/project/mpac

Pathauto can be configured to automatically generate path redirects to ensure
that URL alias changes do not break existing links.
 * Pathauto - https://www.drupal.org/project/pathauto

Pathologic helps transform relative links in content to absolute URLs. Most
helpful when you move your site to a new domain or different folder.
 * Pathologic - https://www.drupal.org/project/pathologic

Match Redirect provides redirecting based on path patterns with wildcards. Does
not extend or require the Redirect module itself.
 * Match Redirect - https://www.drupal.org/project/match_redirect


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

 * Install the Redirect module as you would normally install a contributed
   Drupal module. Visit https://www.drupal.org/node/895232 for further
   information.


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

    1. Navigate to Administration > Modules and enable the module.
    2. Navigate to Administration > Configuration > Search and Metadata > URL
       redirects for configuration.
    3. Select "Add redirect" and in the "Path" field add the old path.
    4. In the "To" field, start typing the title of a piece of content to select
       it. You can also enter an internal path such as /node/add or an external
       URL such as http://example.com. Enter <front> to link to the front page.
    5. Open the Advanced options and select the Redirect status: 300 Multiple
       Choices, 301 Moved Permanently, 302 Found, 303 See Other, 304 Not
       Modified, 305 Use Proxy, or 307 Temporary Redirect. Save.
    6. Once a redirect has been added, it will be listed in the URL Redirects
       vertical tab group on the content's edit page.



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

 * Sascha Grossenbacher (Berdir) - https://www.drupal.org/u/berdir
 * Dave Reid - https://www.drupal.org/u/dave-reid

Supporting organizations:

 * Lullabot - https://www.drupal.org/lullabot
 * Acquia - https://www.drupal.org/acquia

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Recommended Modules
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The Redirect module provides a unified redirection API (also replaces
  12. path_redirect and globalredirect) and allows users to redirect from old URLs to
  13. new URLs.
  14. * For a full description of the module visit:
  15. https://www.drupal.org/project/redirect
  16. * To submit bug reports and feature suggestions, or to track changes visit:
  17. https://www.drupal.org/project/issues/redirect
  18. REQUIREMENTS
  19. ------------
  20. This module requires no modules outside of Drupal core.
  21. RECOMMENDED MODULES
  22. -------------------
  23. Multi-path autocomplete helps provide auto-complete listings for the destination
  24. textfield on the redirect form.
  25. * Multi-path autocomplete - https://www.drupal.org/project/mpac
  26. Pathauto can be configured to automatically generate path redirects to ensure
  27. that URL alias changes do not break existing links.
  28. * Pathauto - https://www.drupal.org/project/pathauto
  29. Pathologic helps transform relative links in content to absolute URLs. Most
  30. helpful when you move your site to a new domain or different folder.
  31. * Pathologic - https://www.drupal.org/project/pathologic
  32. Match Redirect provides redirecting based on path patterns with wildcards. Does
  33. not extend or require the Redirect module itself.
  34. * Match Redirect - https://www.drupal.org/project/match_redirect
  35. INSTALLATION
  36. ------------
  37. * Install the Redirect module as you would normally install a contributed
  38. Drupal module. Visit https://www.drupal.org/node/895232 for further
  39. information.
  40. CONFIGURATION
  41. --------------
  42. 1. Navigate to Administration > Modules and enable the module.
  43. 2. Navigate to Administration > Configuration > Search and Metadata > URL
  44. redirects for configuration.
  45. 3. Select "Add redirect" and in the "Path" field add the old path.
  46. 4. In the "To" field, start typing the title of a piece of content to select
  47. it. You can also enter an internal path such as /node/add or an external
  48. URL such as http://example.com. Enter to link to the front page.
  49. 5. Open the Advanced options and select the Redirect status: 300 Multiple
  50. Choices, 301 Moved Permanently, 302 Found, 303 See Other, 304 Not
  51. Modified, 305 Use Proxy, or 307 Temporary Redirect. Save.
  52. 6. Once a redirect has been added, it will be listed in the URL Redirects
  53. vertical tab group on the content's edit page.
  54. MAINTAINERS
  55. -----------
  56. * Sascha Grossenbacher (Berdir) - https://www.drupal.org/u/berdir
  57. * Dave Reid - https://www.drupal.org/u/dave-reid
  58. Supporting organizations:
  59. * Lullabot - https://www.drupal.org/lullabot
  60. * Acquia - https://www.drupal.org/acquia