On Sunday, June 20, 2010, 8:25:16 AM, Tavmjong wrote:
TB> On Fri, 2010-06-18 at 21:37 +0200, Chris Lilley wrote:
You need to add svgz to your server config, btw (see http://tavmjong.free.fr/INKSCAPE/W3C_SVG_1.1F2/harness/htmlInkscape/conform-... as an example of an svg that breaks).
TB> Hmm, don't know how to do that. I just upload files to the server.
Well, something changed because now Firefox 3.6.3 renders it correctly. The HTTP headers are
HTTP/1.1 200 OK => Date => Sun, 20 Jun 2010 09:48:43 GMT Server => Apache/ProXad [Aug 9 2008 02:45:09] Last-Modified => Fri, 18 Jun 2010 11:00:52 GMT ETag => "35c610-88b-4c1b51e4" Connection => close Accept-Ranges => bytes Content-Length => 2187 Content-Type => image/svg+xml Content-Encoding => gzip
so both the media type and the content encoding are correct.
(via http://www.webconfs.com/http-header-check.php )
but for future reference, its changed by a .htaccess file, on the Apache server http://httpd.apache.org/docs/2.1/howto/htaccess.html