From a140b57cd27826154b4c8caa49a3520694ee50fb Mon Sep 17 00:00:00 2001 From: Sebastian Lay Date: Mon, 28 Mar 2022 14:00:15 +0200 Subject: [PATCH] Updated settings for new hoster --- .htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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