Unable to change default charset

Avatar
  • Answered
Hi, I'm Carlo from Italy. I just transfer my website. I use .htaccess for set a default charset using
AddDefaultCharset windows-1252
but the default charset remain utf-8

Content-Length:5616
Content-Type:text/html; charset=utf-8
Date:Tue, 30 Dec 2014 11:50:53 GMT

Can you help me?
Best regards
Avatar
JeffMa
Hello Carlo, Within PHP files, you may need to modify your php.ini file's default charset by adjusting the following:

default_charset = "windows-1252"

Keep in mind that you may also need to set your php.ini file as recursive as well to affect all files. Best regards, JeffMa