Utf-8 Character Encoding Problem

by admin

utf-8-character-problem

HTML files are typically served as text/html. The character encoding (or ‘charset’) of this file is UTF-8. If the page is not served as utf-8, there occurs character encoding problem.

utf-8

If the page is cached, the page may not be called as utf-8.

no-charset

Solution

WPFC adds charset rule automatically but in some servers <FilesMatch> does not work so you need to try <LocationMatch> as below.

You need to add the following rule into htaccess to serve the files with the extension .html as UTF-8.


    AddDefaultCharset UTF-8

Internal Server Error (500)

If you get Internal Server Error (500), you need to remove <LocationMatch> and add only the following rule.

AddDefaultCharset UTF-8

Related articles

How to Enable Leverage Browser Caching on Nginx
How to Enable Leverage Browser Caching on Nginx

You can enable Leverage Browser Caching via the settings page of WP Fastest Cache for Apache servers but You cannot…

Placeholder Image
How to Clear All The Cache After Update Post

Follow the link: http://www.wpfastestcache.com/tutorial/to-clear-cache-after-update/

Placeholder Image
Revolution Slider Error jQuery.js

Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include. This includes make…

Ready to get started?

Purchase your first license and see why 1,500,000+ websites globally around the world trust us.