dutchwebworks/javascript-templating/master/.htaccess - Htaccess File

dutchwebworks/javascript-templating/master/.htaccess

#################################
## Check for mod_mime module
## And set proper mime-types
#################################

<IfModule mod_mime.c>
  AddType application/json .json
  AddType text/x-handlebars-template .handlebars .hbs
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache