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

Add support for Case Sensitive Redirects On MAC OSX #160

Open
umerebryx opened this issue Sep 4, 2020 · 0 comments
Open

Add support for Case Sensitive Redirects On MAC OSX #160

umerebryx opened this issue Sep 4, 2020 · 0 comments

Comments

@umerebryx
Copy link

When I add below redirect rule I end with an infinite redirect loop.

redirect 'cts/index.html', to: '/CTS/'

After doing some research it looks like Mac OSX filesystem is case insensitive which means if I create CTS directory behind the scene it also creates a cts folder and both directories are kept in sync. When I add the redirect rule middleman_s3sync end up replacing my html file with the redirect one hence the infinite loop.

Is it possible to support case sensitive redirects on UNIX/MAC OSX?

@umerebryx umerebryx changed the title Add support for Case Sensitive Redirects result in an infinite loop Add support for Case Sensitive Redirects On MAC OSX Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant