Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gertvdb/death_link
Provide functionality to redirect death links to the canonical url of any entity
https://github.com/gertvdb/death_link
drupal
Last synced: 7 days ago
JSON representation
Provide functionality to redirect death links to the canonical url of any entity
- Host: GitHub
- URL: https://github.com/gertvdb/death_link
- Owner: gertvdb
- Created: 2018-10-12T20:19:57.000Z (over 6 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2019-03-15T21:12:19.000Z (almost 6 years ago)
- Last Synced: 2024-11-24T18:35:02.268Z (2 months ago)
- Topics: drupal
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
-----------
This module provide a way to redirect death links to the canonical url of any entity.
This way a common 404 page can be redirected to a valid new url. It stores the redirects
as config entities.Installation
------------
To install this module, do the following:With composer:
1. ```composer require drupal/death_link```