Revision [19187]
Last edited on 2008-01-28 00:14:43 by JavaWoman [Modified links pointing to docs server]Additions:
[[Docs:MimeTypesFile content of the file]]
Deletions:
Additions:
~&Unless you are actually **using** ILinc, a better solution would be to simply comment out the application/x-ilinc-pointplus line - that way you use at least the convention and may prevent problems with browsers that (erroneously but alas all to commonly) look at a file's extension rather than the MIME type. On the server, you actually need to define only those MIME types that you actually use. --JavaWoman
----
CategoryDevelopmentDiscussion
----
CategoryDevelopmentDiscussion
Deletions:
Additions:
~
Deletions:
----
CategoryDevelopmentDiscussion
Additions:
>>===##mime_types.txt##===
Note 1 : The ##mime_types.txt## file //isn't yet// used by Wikka, so Note 2 below doesn't concern Wikka actually (version 1.1.6.0). But a file named mime_types.txt is distributed with Wikka, and is configured with $this->config['mime_types']
Note 2 : Usually, we use the extension ##.css## for Cascading StyleSheet files, and their content-type **should be text/css**. Unfortunately, css extension is registered with
--DotMG
CategoryDevelopmentDiscussion
Note 1 : The ##mime_types.txt## file //isn't yet// used by Wikka, so Note 2 below doesn't concern Wikka actually (version 1.1.6.0). But a file named mime_types.txt is distributed with Wikka, and is configured with $this->config['mime_types']
Note 2 : Usually, we use the extension ##.css## for Cascading StyleSheet files, and their content-type **should be text/css**. Unfortunately, css extension is registered with
--DotMG
CategoryDevelopmentDiscussion
Deletions:
- Note 1 : This file //isn't yet// used by Wikka, so Note 2 below doesn't concern Wikka actually (version 1.1.6.0). But a file named mime_types.txt is distributed with Wikka, and is configured with $this->config['mime_types']
- Note 2 : Usually, we use the extension css for Cascading StyleSheet files, and their content-type **should be text/css**. Unfortunately, css extension is registered with
CategoryDevelopment
Additions:
[[MimeTypesFile content of the file]]