首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > Apache >

Apache 配备默认编码

2012-09-02 
Apache 配置默认编码在Apache的配置文件httpd.conf中?? ? ? 1)在配置文件中找包含“AddLanguage”或“AddChar

Apache 配置默认编码

在Apache的配置文件httpd.conf中

?? ? ? 1)在配置文件中找包含“AddLanguage”或“AddCharset”的行,在这些行最前面增加一行: ? ??

     ? ?AddDefaultCharset GB2312?

??????????? PS:刚刚安装好的Apache2.2中是没有“AddLanguage”或“AddCharset”的,直接在httpd.conf文件末尾添加就ok了

?? ? ? 2)养成良好的习惯,在每个网页的<head></head>里加入这行:?

?? ?    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">?

?? ?  一般的中文版网页编辑工具(例如FrontPage、Dreamweaver等)都会自动加上这行。?

?

热点排行