case-insensitive linux server – url mod_rewrite // domainfactory
Setting up a webserver is not one of the things i do daily, therefore a reminder:
Case-insensitivity in URLs might be explicit wanted on a specific domain on webserver.
Therefore create a .htaccess file containing those 2 lines
CheckSpelling On
CheckCaseOnly On
also slightly important is to change directorys rights and all containing date to „750“.
The Apache module mod_rewrite needs to be activated!