Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RedirectTrailingSlash has no effect unless RedirectFixedPath is set
Which is not likely the desired behavior. RedirectTrailingSlash setting is meant to cause a redirect, but the code is never called because the setting wasn't being checked. Instead RedirectFixedPath was being checked.
- Loading branch information