阿尔哦覅和 发表于 2018-11-27 10:26:46

apache2 解决乱码问题

  找到/etc/apache2/sites-enabled/ 下的虚拟主机配置文件:
  
      ServerAdmin bjiokn@163.com
      DocumentRoot /var/www/tx
      ServerName www.Twang.com
      ServerAlias Twang.com
      DirectoryIndex index.htm
      AddDefaultCharset "gb2312"
      
                IndexOptions Charset=gb2312
                Options Indexes FollowSymLinks MultiViews
                allow from all
                DirectoryIndex index.htm
      


  注意红色文字!!



页: [1]
查看完整版本: apache2 解决乱码问题