First find AddDefualt Charset ISO in http.conf file ...
Perform the following modification:
Addcharset GB2312 .GB2312 .Gbadddefaultcharset GB2312ADDDEFAULTCHARSET OFF # adddefaultcharset ISO ...
If you have to provide PHP, you have to modify:
PHP.INI:
; default_charset = "GB2312"
Note that this is comment, and do the above modifications, the purpose is to let the browser according to the web page.
The Charset in the head is movable from the language, so you can provide on the same server.
Multi-language web services.
Remember: After you make changes, you must restart the server!