Russian language and Gallery 1 - some configuration notes for Appachi and PHP

Makc666
Makc666's picture

Joined: 2003-12-26
Posts: 78
Posted: Mon, 2006-02-13 19:54

Russian language and Gallery 1 - some configuration notes for Appachi and PHP

in appache.conf

There must be lines in section:

<IfModule mod_mime.c>
AddCharset WINDOWS-1251 .cp-1251
AddCharset WINDOWS-1251 .cp1251

Than the translation for windows-1251 will work fine!

Also in php.ini it is better to set:
default_charset = ""

That it!