morsekode / redirector
This package is abandoned and no longer maintained.
No replacement package was suggested.
Automatically creates Retour static redirects using an entry dump.
dev-master
2019-07-02 19:37 UTC
Requires
- craftcms/cms: ^3.0.0-RC1
This package is auto-updated.
Last update: 2026-03-01 00:28:29 UTC
README
Automatically generates Retour redirects from a entry URI dump
Installation
Install via Composer with the following command:
composer require morsekode/redirector
Enable the plugin via CraftCMS control panel.
Usage
Entry Dump Format
[{
"id": 123,
"uri": "my/page/path"
},
{
...
},
{
...
}]
Run Build Command
Enter the following command in your terminal:
cd MyProject
./craft redirector/build myentryuris.json