I have several files with image tags, in these images the path name is case-sensitive, for example:
<img src="../../imagens/Botoes/nomeBotao.PNG">
I can not change the name of all images, because they have thousands, so I used the option CheckSpelling
of .htaccess
, but if I put this option in xampp, the following error occurs:
Erro interno do Servidor!
O servidor encontrou um erro interno e não foi possível completar sua requisição. O servidor está sobrecarregado ou existe um erro em um script CGI.
Se você acredita ter encontrado um problema no servidor, por favor entre em contato com o webmaster.
Error 500
localhost
Apache/2.4.12 (Win32) OpenSSL/1.0.1m PHP/5.5.27
I do not know how to proceed, here is the .htaccess file:
RewriteEngine On
CheckSpelling On
I do not know how to proceed, thank you.