You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: