File Name Extension Test
see /sys/lib/mimetype
for detail.
MSIE has some problems.
Compare MSIE with Netscape Navigator for Testing.
- t # plain text, same as index.html. This should be seen as source code.
- t.txt # plain text, same as index.html. This should be seen as source code.
- t.txt.gz # gziped file, decoded by client side
Problem with MSIE
MSIE does not follow HTTP header:
Content-Type: text/plain
For example t.txt should be processed as a plain text, however MSIE regard it as HTML file.