MyBB Community Forums

Full Version: Since relocation wrong character encoding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

Last week I've moved my forums to my new webhoster but I think i've done something wrong. The HTTP headers now say the page is in UTF-8 encoding, while that should be iso-8859-1 .

This is what the validator says:

Quote:The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (iso-8859-1). I will use the value from the HTTP header (utf-8) for this validation.

Where can I change this HTTP header? Thanks for any help, the site is located at http://ep2.nl
you need to install a language that use utf-8 as encoding. if so just go to your lang folder and make sure that your language encoding is utf-8
also maybe your template&theme was an old one! if so go to template and find >>headerinclude<< and insert :
<meta http-equiv="Content-Type" content="text/html; charset=$charset" />
rather than first line Wink
regs