- Oct 24, 2019
- 1,391
- 1,103
Author is probably developing on Windows NTFS and is oblivious to problems on true case sensitive filesystems such as on linux. I immediately encountered broken image links problems and had to throw in a softlink to point "images" at "Images". I'm sure I will run into more problems further on. NTFS will allow files and directory names to be created with mixed case yet still happily ignore case when loading them in from file URLs.
Either force yourself to make everything uppercase or take greater care when setting up URLs. Also DO NOT allow Windows to hide file extensions or else your software will tend to specify extensions like ".jpg" and ".JPG" interchangeably.
Either force yourself to make everything uppercase or take greater care when setting up URLs. Also DO NOT allow Windows to hide file extensions or else your software will tend to specify extensions like ".jpg" and ".JPG" interchangeably.