4

Is it possible to make Apache serve files in a case sensitive way? I'm having the issue where an accidental capitalization of a letter is not getting caught in my development environment (Windows/Mac), but is causing havoc on staging (Linux).

Is there a way to configure apache to do this? If I could avoid having to run VMs, that would be good.

nickf
  • 143
  • 1
  • 7

1 Answers1

1

This is dependent on the underlying filesystem. It is possible to create a case-sensitive HFS+ filesystem, but there is no easy solution for Windows.

Ignacio Vazquez-Abrams
  • 45,019
  • 5
  • 78
  • 84