I made the whole application using Windows, and it is relatively large, and in many parts of the code I forgot the case-sensitive rules, as windows ignores this I did not think to change anything, except that I'm using a Linux hosting, and different problems. is there any way to make apache work case insensitive?
My current setting for htaccess
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
Options -Indexes
ErrorDocument 404 /404
ErrorDocument 400 /404
ErrorDocument 401 /404
ErrorDocument 403 /404
ErrorDocument 500 /404