I have this code only in my htaccess file: RemoveHandler .html .htm AddType application/x-httpd-php .php .htm .html Code (markup): The problem is that the UTF-8 formatting is gone. How can I fix this? If I remove the htaccess file UTF-8 characters are back..
Hi, Try appending to .htaccess: AddDefaultCharset UTF-8 AddCharset UTF-8 *.php Code (markup): Regards