This tutorial explains,
1. How to implement redirects in franklin.
2. How to implement redirect to website pages.
3. How to implement redirect to external website.
4. What happen when multiple rules have same destination url.
You can intuitively manage redirects as a spreadsheet called redirects (or redirects.xlsx) in the root of your project folder.
The spreadsheet has to contain at least two columns titled Source and Destination.
The Source is relative to the domain of your website, so it only contains the relative path.
The Destination can be either a fully qualified URL if you are redirecting to a different website, or it can be a relative path if you are redirecting within your own website.