lwsjs / local-web-server

A lean, modular web server for rapid full-stack development.
MIT License
1.21k stars 85 forks source link

Support for .shtml #29

Closed gkiely closed 8 years ago

gkiely commented 8 years ago

Currently tries to download when accessing .shtml files.

75lb commented 8 years ago

Morning!

the way browsers handle a file type is dictated by its mime-type, and you have full control of that.. maybe give your shtml files a mime-type of text/html..