|
Add Default charset ISO-8859-1
ISo-885901 改为
AddDefaultCharset GB2312 or AddDefaultCharset Big5
配置文件在/etc/apache2/conf/commonapche2.conf
then
/etc/init.d/./apache2 stop
/etc/init.d/./apache2 start
这样你的/home/httpd/htdocs/下的index.html(mv index.html.zh-cn.gb2312
index.html)
支持:
[PHP]<meta http-equiv="Content-Type" content="text/html; charset=big5">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
[/PHP] |
|