#Apache Case sensitivity:
########################################
If you use Apache, try this solution:
Add this line to /etc/apache2/mods-available/speling.load:
CheckSpelling on
Enable speling module by this command:
a2enmod speling
And restart Apache:
/etc/init.d/apache2 restart
Otherwise I strongly recommend to have strict name convention of files that matches with their URL.##########################################