Return-Path: Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 48575 invoked by uid 500); 24 Nov 2001 00:23:19 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Delivered-To: moderator for test-dev@httpd.apache.org Received: (qmail 96999 invoked from network); 22 Nov 2001 11:09:19 -0000 Message-ID: <017d01c17356$c9e9a9c0$c9498c3e@nileonline.com> From: "Hanan Abul-Dahab" To: Subject: SVG - Browsing Date: Thu, 22 Nov 2001 13:08:33 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_017A_01C17356.C9D696F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_017A_01C17356.C9D696F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Using Netscape =AE Communicator 4.7, I could view SVG files locally = saved in my PC. But when I upload the same SVG file to another PC - which is a WebServer (using Apache Web Server). It display the SVG file as a text file. When = I use HTML and Embed the SVG file, it displays a blank area It sounds like I don't have the server -Apache - configured to serve SVG files. I tried to add the mime type of: image/svg+xml. Steps: In httpd.conf, I add: TypesConfig /PATH/conf/mime.types AddType image/svg+xml .svg >>>>> The new Line and In mime.types, I add image/svg+xml svg after every change I restart Server. But It dose not work Any Advice Hanan ------=_NextPart_000_017A_01C17356.C9D696F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Using Netscape =AE Communicator 4.7, I could view SVG files = locally saved=20 in
my PC.
But when I upload the same SVG file to another PC - = which is a=20 WebServer
(using Apache Web Server). It display the SVG file as a = text file.=20 When I
use HTML and Embed the SVG file, it displays a blank=20 area


It sounds like I don't have the server -Apache - = configured to=20 serve SVG
files. I tried to add the mime type of:=20 image/svg+xml.

Steps:

In httpd.conf, I = add:

<IfModule=20 mod_mime.c>
    TypesConfig=20 /PATH/conf/mime.types
    AddType image/svg+xml = .svg =20 >>>>> The new Line
</IfModule>

and In = mime.types,=20 I=20 add
image/svg+xml         = ;         =20 svg

after every change I restart Server.

But It dose not=20 work

Any Advice
Hanan


------=_NextPart_000_017A_01C17356.C9D696F0--