From 2ca8a29b2776ee97f11e657e3264eada0cff8128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Mon, 6 Feb 2023 16:41:35 +0100 Subject: [PATCH] Edit htaccess file --- public/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index adb7d9c..048d838 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -5,11 +5,11 @@ RewriteEngine on # Block files and folders beginning with a dot, such as .git except for the .well-known folder, which is used for Let's Encrypt and security.txt - RewriteRule (^|/)\.(?!well-known\/) index.html [L] + RewriteRule (^|/)\.(?!well-known\/) index.mjs [L] # Make site links work RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^(.*) index.html [L] + RewriteRule ^(.*) index.mjs [L]