- 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
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