Skip to content
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

Closed
proimage opened this issue Jul 11, 2018 · 4 comments
Closed

Case (in)sensitivity in redirects? #116

proimage opened this issue Jul 11, 2018 · 4 comments
Labels

Comments

@proimage
Copy link

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 from example.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?

  • Craft version: 3.0.12
  • SEO version: 3.2.8
@Tam Tam added the bug label Jul 12, 2018
@Tam
Copy link
Member

Tam commented Sep 6, 2018

Fixed in v3.4.0

@Tam Tam closed this as completed Sep 6, 2018
@proimage
Copy link
Author

proimage commented Dec 10, 2018

This still seems to be an issue (running 3.4.4). I can't add foo -> bar and then Foo -> bar; an error message says "SEO: A redirect with that URI already exists!".

@proimage
Copy link
Author

@Tam ?

@Tam Tam reopened this Jan 24, 2019
@Tam Tam added this to the 3.6.0 milestone Jul 24, 2019
@Tam Tam removed this from the 3.6.0 milestone Jul 25, 2019
@Tam Tam closed this as completed in 41ab1fd Jul 26, 2019
@proimage
Copy link
Author

TY!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants