[WSG] how to add svg+xml to htaccess file

2006-08-02 Thread dwain . alford
i have located the htaccess file on my server.  my host doesn't want to 
change their current setup.  what is the proper syntax to add this to 
the htaccess file?  i would really like to do a copy and paste on this. 
 would someone please help?


lastly, is there a mime type svg-xml?

dwain


**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] how to add svg+xml to htaccess file

2006-08-02 Thread Patrick H. Lauke

[EMAIL PROTECTED] wrote:
i have located the htaccess file on my server.  my host doesn't want to 
change their current setup.  what is the proper syntax to add this to 
the htaccess file?  i would really like to do a copy and paste on this. 
 would someone please help?


lastly, is there a mime type svg-xml?


Your host should change it, because svg-xml is an outdated type (by 
almost 6 years)


http://support.adobe.com/devsup/devsup.nsf/docs/50809.htm

If they're stubborn muppets, though, the syntax would be

AddType image/svg+xml .svg

P
--
Patrick H. Lauke
__
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__


**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] how to add svg+xml to htaccess file

2006-08-02 Thread dwain . alford

Patrick H. Lauke wrote:

[EMAIL PROTECTED] wrote:
i have located the htaccess file on my server.  my host doesn't want 
to change their current setup.  what is the proper syntax to add this 
to the htaccess file?  i would really like to do a copy and paste on 
this.  would someone please help?


lastly, is there a mime type svg-xml?


Your host should change it, because svg-xml is an outdated type (by 
almost 6 years)


http://support.adobe.com/devsup/devsup.nsf/docs/50809.htm

If they're stubborn muppets, though, the syntax would be

AddType image/svg+xml .svg

P

thank you, i will pass this information along.
dwain


**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**