How to change the default encoding to UTF-8 for Apache
In httpd.conf add (or change if it’s already there): AddDefaultCharset utf-8
In httpd.conf add (or change if it’s already there): AddDefaultCharset utf-8
First, note that restarting httpd is not necessary for .htaccess files. .htaccess files are specifically for people who don’t have root – ie, don’t have access to the httpd server config file, and can’t restart the server. As you’re able to restart the server, you don’t need .htaccess files and can use the main server … Read more