W3C home > Mailing lists > Public > www-amaya@w3.org > April to June 2002

Re: Re[4]: SVG, two most serious bugs

From: Paul Cheyrou <Paul.Cheyrou-Lagreze@inrialpes.fr>
Date: Wed, 22 May 2002 17:15:13 +0200
To: void@dodo.com.au
Cc: www-amaya@w3.org
Message-Id: <20020522171513.77415174.Paul.Cheyrou-Lagreze@inrialpes.fr>
You must modify  the server configuration so that it serves svg pages with the correct mime-type, as said in http://www.w3.org/TR/SVG/intro.html#MIMEType .

You can check it with Amaya using 
File->document info->mime-type

if it's not "image/svg+xml", it's not considered as SVG.

Look in you web server documentation to find out how change the mime-type served.

I think that For Apache, In httpd.conf, it's something like adding those lines : 

<IfModule mod_mime.c>
    TypesConfig /PATH/conf/mime.types
    AddType image/svg+xml .svg  
</IfModule>

You should post on you sever mailing-list to get more relevant answer at you questions

-Paul
Received on Wednesday, 22 May 2002 11:13:04 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:30:37 UTC