diff --git a/.htaccess b/.htaccess index 8183f40..5f23d37 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,10 @@ +RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^([^\.]+)$ $1.html [NC,L] Header set Cache-Control "max-age=8380800, public" -AddType application/manifest+json .webmanifest \ No newline at end of file +AddType application/manifest+json .webmanifest