Proszę o pomoc bo już próbowałem chyba wszystkiego, na google wszystko co znalazłem próbowałem i także nic..
1.żeby nie było to przykład konfiguracji index.html:
Kod: Zaznacz cały
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2" />
Kod: Zaznacz cały
# Read the documentation before enabling AddDefaultCharset.
# In general, it is only a good idea if you know that all your files
# have this encoding. It will override any encoding given in the files
# in meta http-equiv or xml encoding tags.
#domyslne kodowanie dla serwera i plikow
AddDefaultCharset ISO-8859-2
#definiowanie kodowania dla plików z rozszerzeniem
AddCharset ISO-8859-2 .htm .html .txt
#zmiana typu pliku o danym rozszerzeniu
AddType 'text/html; charset=ISO-8859-2' .htm .html .txt
AddType 'text/css; charset=ISO-8859-2' .css
AddType 'text/javascript; charset=ISO-8859-2' .js