码迷,mamicode.com
首页 > Web开发 > 详细

为 Apache 配置 UTF-8 中文编码

时间:2018-02-13 18:58:03      阅读:1087      评论:0      收藏:0      [点我收藏+]

标签:/etc   utf-8 编码   ddd   中文   httpd   div   默认   class   blog   

为 Apache 配置 UTF-8 中文编码

cat /etc/httpd/conf/httpd.conf | grep -n utf -C2
30-#
31-ServerRoot "/etc/httpd"
32:AddDefaultCharset utf-8
33-IndexOptions +Charset=UTF-8
34:AddCharset UTF-8 .utf8
  • AddCharset UTF-8 .utf8

  • 添加 UTF-8 编码

  • AddDefaultCharset utf-8
  • 设置默认编码
  • IndexOptions +Charset=UTF-8
  • Index UTF-8 设置

为 Apache 配置 UTF-8 中文编码

标签:/etc   utf-8 编码   ddd   中文   httpd   div   默认   class   blog   

原文地址:https://www.cnblogs.com/itxdm/p/Apache_configuration_UTF-8_Chinese_encoding.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!