Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
redirect
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
redirect
Merge requests
!43
Issue
#3330770
: Replace README.txt with README.md and update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3330770
: Replace README.txt with README.md and update
issue/redirect-3330770:3330770-replace-readme.txt-with
into
8.x-1.x
Overview
0
Commits
4
Pipelines
0
Changes
2
Open
Shubham Rathore
requested to merge
issue/redirect-3330770:3330770-replace-readme.txt-with
into
8.x-1.x
2 years ago
Overview
0
Commits
4
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 3
e3006ee5
2 years ago
version 2
ffe8a67b
2 years ago
version 1
9f8689a7
2 years ago
8.x-1.x (HEAD)
and
latest version
latest version
6128e4ed
4 commits,
10 months ago
version 3
e3006ee5
3 commits,
2 years ago
version 2
ffe8a67b
2 commits,
2 years ago
version 1
9f8689a7
1 commit,
2 years ago
2 files
+
70
−
61
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
README.md
0 → 100644
+
70
−
0
Options
# Redirect
The Redirect module provides a unified redirection API (also replaces
path_redirect and globalredirect).
For a full description of the module, visit the
[
Project Page
](
https://www.drupal.org/project/redirect
)
.
Submit bug reports and feature suggestions, or track changes in the
[
Issue Queue
](
https://www.drupal.org/project/issues/redirect
)
.
## Table of contents
-
Requirements
-
Recommended modules
-
Installation
-
Configuration
-
Maintainers
## Requirements
This module requires no modules outside of Drupal core.
## Recommended modules
-
[
Pathauto
](
https://www.drupal.org/project/pathauto
)
can be configured to automatically generate path redirects to
ensure that URL alias changes do not break existing links.
-
[
Pathologic
](
https://www.drupal.org/project/pathologic
)
helps transform relative links in content to absolute URLs. Most
helpful when you move your site to a new domain or different folder.
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
## 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
-
Dave Reid -
[
Dave Reid
](
https://www.drupal.org/u/dave-reid
)
-
Sascha Grossenbacher -
[
Berdir
](
https://www.drupal.org/u/berdir
)
-
Kristen Pol -
[
Kristen Pol
](
https://www.drupal.org/u/kristen-pol
)
-
Oleksandr Dekhteruk -
[
pifagor
](
https://www.drupal.org/u/pifagor
)
Loading