v1/web/modules/contrib/redirect
Gdilove 927f32325b 初始化 2023-11-13 20:36:13 +08:00
..
config 初始化 2023-11-13 20:36:13 +08:00
css 初始化 2023-11-13 20:36:13 +08:00
migrations 初始化 2023-11-13 20:36:13 +08:00
modules 初始化 2023-11-13 20:36:13 +08:00
src 初始化 2023-11-13 20:36:13 +08:00
tests 初始化 2023-11-13 20:36:13 +08:00
LICENSE.txt 初始化 2023-11-13 20:36:13 +08:00
README.txt 初始化 2023-11-13 20:36:13 +08:00
composer.json 初始化 2023-11-13 20:36:13 +08:00
redirect.api.php 初始化 2023-11-13 20:36:13 +08:00
redirect.drush.inc 初始化 2023-11-13 20:36:13 +08:00
redirect.generate.inc 初始化 2023-11-13 20:36:13 +08:00
redirect.info.yml 初始化 2023-11-13 20:36:13 +08:00
redirect.install 初始化 2023-11-13 20:36:13 +08:00
redirect.libraries.yml 初始化 2023-11-13 20:36:13 +08:00
redirect.links.action.yml 初始化 2023-11-13 20:36:13 +08:00
redirect.links.menu.yml 初始化 2023-11-13 20:36:13 +08:00
redirect.links.task.yml 初始化 2023-11-13 20:36:13 +08:00
redirect.module 初始化 2023-11-13 20:36:13 +08:00
redirect.permissions.yml 初始化 2023-11-13 20:36:13 +08:00
redirect.routing.yml 初始化 2023-11-13 20:36:13 +08:00
redirect.services.yml 初始化 2023-11-13 20:36:13 +08:00

README.txt

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


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

The Redirect module provides a unified redirection API (also replaces
path_redirect and globalredirect).


 * 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.


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

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


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

    1. Navigate to Administration > Extend 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. 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
-----------

Supporting organization for 8.x-1.x port:

 * MD Systems - https://www.drupal.org/md-systems