Subject:
|
[LDraw FAQ] What are the MIME types for LDraw and MPD files?
|
Newsgroups:
|
lugnet.faq
|
Date:
|
Fri, 14 May 1999 15:24:16 GMT
|
Viewed:
|
1156 times
|
| |
| |
Subject: What are the MIME types for LDraw and MPD files?
Content-Language: en
Topic-Level: 0
Revision: Jacob Sparre Andersen, 1999-05-14
Location: /cad/,/cad/dev/
Comment: Unedited cut from the LDraw FAQ.
<DL>
<DT>LDraw files:
<DD><Code>application/x-ldraw</Code>
<DT>Multi-part DAT files (MPD):
<DD><Code>application/x-multi-part-ldraw</Code>
<DT>LDLite files:
<DD><Code>application/x-ldlite</Code>
</DL>
<P>
The web server
<A Href="http://hugin.ldraw.org/"><Code>hugin.ldraw.org</Code></A>, which
hosts the FAQ has been configured by adding:
<Pre>
AddType application/x-ldraw dat
AddType application/x-multi-part-ldraw mpd
AddType application/x-ldlite ldlite
</Pre>
to the file <Code>/etc/httpd/conf/httpd.conf</Code> (it's
<A Href="http://www.apache.org/">Apache</A>). Most people prefer to use
three letter extensions, so the LDLite line should probably read:
<Pre>
AddType application/x-ldlite ldl
</Pre>
|
|
Message has 1 Reply:
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|