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 CoolReceived on Wednesday, 21 November 2007 23:21:05 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:49:04 GMT