martijnvermaat/checkuitcheckin/master/web/.htaccess - Htaccess File

martijnvermaat/checkuitcheckin/master/web/.htaccess

AddType text/css .css
AddType text/javascript .js
AddType "text/html; charset=utf-8" .html

<FilesMatch "^[^.]+$">
    ForceType "text/html; charset=utf-8"
</FilesMatch>

Options -Indexes

DirectoryIndex index

On Github License

Files

Download PDF of Htaccess file

Comments

Apache