dmstr / yii2-redirect-module
URL redirect manager
Installs: 43 222
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 6
Forks: 3
Open Issues: 1
Type:yii2-extension
Requires
- yiisoft/yii2: 2.0.*
This package is auto-updated.
Last update: 2024-10-29 04:14:48 UTC
README
Module to easy handle redirects from your backend
Simply install via composer, update your config as below and go to /redirects
in your application to manage redirects.
Note: This module does not redirect if application is in test mode (
YII_ENV = test
), eg. for functional testing. The module will initialize itself in the bootstrap process. No need to add it as a module unless you want to change the configuration of the module
...
'bootstrap' => [
'redirects'
]
...