Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / redirect / README.txt
1 CONTENTS OF THIS FILE
2 ---------------------
3
4  * Introduction
5  * Requirements
6  * Installation
7  * Configuration
8  * Maintainers
9
10
11 INTRODUCTION
12 ------------
13
14 The Redirect module provides a unified redirection API (also replaces
15 path_redirect and globalredirect).
16
17
18  * For a full description of the module visit:
19    https://www.drupal.org/project/redirect
20
21  * To submit bug reports and feature suggestions, or to track changes visit:
22    https://www.drupal.org/project/issues/redirect
23
24
25 REQUIREMENTS
26 ------------
27
28 This module requires no modules outside of Drupal core.
29
30
31 INSTALLATION
32 ------------
33
34  * Install the Redirect module as you would normally install a contributed
35    Drupal module. Visit https://www.drupal.org/node/1897420 for further
36    information.
37
38
39 CONFIGURATION
40 -------------
41
42     1. Navigate to Administration > Extend 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 <front> to link to the front page.
49     5. Select the Redirect status: 300 Multiple Choices, 301 Moved Permanently,
50        302 Found, 303 See Other, 304 Not Modified, 305 Use Proxy, or 307
51        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
55
56 MAINTAINERS
57 -----------
58
59 Supporting organization for 8.x-1.x port:
60
61  * MD Systems - https://www.drupal.org/md-systems