Last active 9 months ago

Revision 2647ae5c47843bbfc4ec4ae5dac452fe56e8d3b4

.htaccess Raw
1Options -Indexes
2DirectoryIndex index.html
3
4RewriteEngine on
5RewriteBase /
6RewriteCond %{REQUEST_FILENAME} !-f
7RewriteCond %{REQUEST_FILENAME} !-d
8RewriteRule . /index.html [L,QSA]
9
10AddType application/javascript .js .mjs
11