Case-Sensitive File Names - Windows and Unix

Hi,

Not sure if this is correct forum (hopefully it is). We are using Windows as our dev server (can’t use Linux unfortunately). But when we deploy our projects, these are mostly Linux servers. And often, we get file name case issue (404 errors or missing PHP files reported etc.)

Is there something that I can do on Windows machine to catch this before deployment? I am sure someone else had this issue before and might have fixed it already.

Please help.

This is pretty easy to solve. Only use one case for your files. Either use all lower case or upper case but never a mix.

Putting dashes inbetween words can help filtering too