Chinaunix首页 | 论坛 | 博客
  • 博客访问: 56598
  • 博文数量: 18
  • 博客积分: 658
  • 博客等级: 上士
  • 技术积分: 225
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-03 02:41
文章分类
文章存档

2011年(2)

2010年(16)

我的朋友
最近访客

分类:

2010-01-21 20:43:57

在Linux9.0及RHEL5.0等版本的Linux操作系统中用Apache做为WEB服务时,打开.php等类型的中文页面时中文显示出乱码的情况。
解决办法:
1、  在 /etc/httpd/conf文件夹下找到并打开httpd.conf文件
  vi /etc/httpd/conf/httpd.conf

  进入修改模式,查找内容“AddDefaultCharset UTF-8“ ,在其前面加上#将其注释掉。然后,在其下面加上“AddDefaultCharset gb2312"一行,保存(:wq)退出,重启Apache服务(service httpd restart)后即可。


2、在每一个网页里增加
;
;
并在APACHE的httpd.conf配置文件中将AddDefaultCharset ISO-8859-1 改为 AddDefaultCharset off
阅读(1432) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~