I'm trying to validate a site as XHTML 1.1, and all the web pages are okay according to the W3C validator. But as soon as I put them on my Apache 2.0.54 server I run into problems.. I get this response:

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

Seems like the server send an invalid header somehow. I have this in the .htaccess file:

AddCharset utf-8 .php .html
AddDefaultCharset utf-8

--

Anders Norrbring
Norrbring Consulting

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to