Ostatnio aktywny 9 months ago

.htaccess Surowy
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