I have this code only in my htaccess file:
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..
Code:
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
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..