-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Case (in)sensitivity in redirects? #116
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
From what I can tell, in version 3.2.8, the Redirect management interface is case-insensitive, while the actual implementation of the redirects is case-sensitive.
In other words, once I create a redirect from
example.com/MyAwesomePage
, I cannot then create another redirect fromexample.com/myawesomepage
because it "A redirect with that URI already exists!". However, going to example.com/myawesomepage doesn't result in a redirection.Presumably this is solvable with regexes... could someone post an example?
The text was updated successfully, but these errors were encountered: