Visiting the URL /foo/bar should redirect to /foo/bar/ if there is a category by that name.
Current Behavior
On Windows, this generates a 404 in some cases. For example, /manual/api on the sample site should redirect to /manual/api/ (however, some things like /blog -> /blog/ work fine).
The text was updated successfully, but these errors were encountered:
Expected Behavior
Visiting the URL
/foo/bar
should redirect to/foo/bar/
if there is a category by that name.Current Behavior
On Windows, this generates a 404 in some cases. For example, /manual/api on the sample site should redirect to /manual/api/ (however, some things like /blog -> /blog/ work fine).
The text was updated successfully, but these errors were encountered: