Changes between Version 1 and Version 2 of Ticket #5359
- Timestamp:
- 08/07/2020 10:43:47 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5359 – Description
v1 v2 1 **This ticket is a DRAFT; I'm discovering and adding more redirects, and don't want to lose my work in progress.**2 3 -------------------------------------4 5 1 In each of the following cases, a 301 redirect should be configured from the `URL` value to the `To` value. 6 2 7 3 Note: 8 4 - All origin URLs should match with and without a trailing slash (i.e., all `URL` values should be considered to be regex patterns ending in `/?$`). 5 - All destination URLs should be/use HTTPS. 9 6 - Feel free to use some discretion in selecting more appropriate 'To' values as desired. 10 7 - Feel free to consolidate individual rules into regex patterns where sensible (though watch out for false-positives).