![]() Table of Contents
|
Content Types Over HTTP the type of a file is determined by it's MIME content type. A GIF image has the content type image/gif while a HTML page has the content type text/html. The Content types module, the only one of it's kind included with Challenger, handles giving each file a content type. This is done through matching the extension of a file with a content type. Thus .gif files are given the content type image/gif and .html files are given the content type text/html. What extensions should be matched to which content types is of course fully configurable. A file with the most common extensions and content types is included with Challenger. | ||
![]() |
The Content types module must be
enabled for Challenger to operate as a web server. You should only
remove it if you are certain that you know what you are doing.
|