- From: Karl Dubost <karl@w3.org>
- Date: Thu, 22 Nov 2007 08:20:57 +0900
- To: Andreas Prilop <aprilop2007@trashmail.net>, www-validator@w3.org
Andreas you have to fix your server. Your test is bogus
Le 21 nov. 2007 à 18:19, Andreas Prilop a écrit :
> <meta http-equiv> is only a fake:
Not at all. meta http-equiv is applied when the server *sends nothing*
This document is sent as text/html by the server
>
> http://www.unics.uni-hannover.de/nhtcapri/meta-http-equiv.1
This document is sent as text/plain by the server
> http://www.unics.uni-hannover.de/nhtcapri/meta-http-equiv.2
If you really want to test the meta http-equiv with browsers, you have
to configure apache to send nothing. I [already showed you][1] and
gave you the right configuration
Create a .htaccess with this.
<Files meta-http-equiv.1>
ForceType None
</Files>
<Files meta-http-equiv.2>
ForceType None
</Files>
[1]: http://lists.w3.org/Archives/Public/www-validator/2007Oct/0005
--
Karl Dubost - W3C
http://www.w3.org/QA/
Be Strict To Be Cool
Received on Wednesday, 21 November 2007 23:21:05 UTC