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
- t.dx_html # processed by handler. see /etc/handler in httpd namespace
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 this file as HTML file.