Redirect plugin
The Outlast Framework redirect
plugin gives admins the ability to add 301 redirects from the admin page.
Installation and setup
Just add redirect
to your plugins folder, enable it up in site/index.php
, and add Redirect::go($request);
to your default controller’s __error() method. Once this is done, you are ready to go!
Content plugin support
Redirect plugin also supports the content plugin. It is recommended that you add the redirect plugin each time you use the content
plugin as this will enable users to rename their content without breaking links – each time an admin renames the friendly url of an article, a new redirect entry will be created automatically for the old link.