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