Redirects Module
This module provides ability to manage custom redirects.
Usage
You can create a redirect via the dashboard providing a source, target and redirect status. A target model will be saved if the target url matches with any of the models url route definition, else the user input target will be saved. If the target model is saved then the redirects will occur based on target model's url attribute. Bulk of the target model identification is carried out on RedirectAction. Also, see RedirectsFallbackService on how redirects are handled.