This is probably a rookie question, but although the npm http-server page states:
...http-server is a simple, zero-configuration command-line http server...
Does this mean it completely disregards an .htaccess file? If so, is there another (yet still simple to use) HTTP server alternative that reads and uses it?
.htaccess
is an Apache thing. What do you need it for if you're using node? – Balefulhttp-server
, but I need to handle this mime-typeAddType text/cache-manifest appcache manifest
. I've only found the .htaccess solution, if something similar exists for node, I can ask a different question. – Ealdorman