为 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 设置
原文地址:https://www.cnblogs.com/itxdm/p/Apache_configuration_UTF-8_Chinese_encoding.html
时间: 2024-11-24 04:33:42