vytvoris index.html, napises tam co chces, urobis skin aky chces a mas

a este subor .htaccess do ktoreho vlozis tento kod, nech ti vsetky url presmeruje na tvoj subor.
Kód:
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/index.html$
RewriteCond %{REQUEST_URI} !\.(gif|jpe?g|png|css|js)$
RewriteRule .* /index.html [L,R=302]