From 7e44c1729b2e0e63161ac572e405fb012534dc4f Mon Sep 17 00:00:00 2001 From: Tanguy Frageul <44116544+FuryCraft@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:37:19 +0200 Subject: [PATCH] Fixed access to home page --- .htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 6ecd9fd..9d8f6d5 100644 --- a/.htaccess +++ b/.htaccess @@ -38,10 +38,10 @@ RewriteCond %{REQUEST_FILENAME}.html -f RewriteRule ^(.+)$ $1.html [NC,L] #HOMEPAGE -DirectoryIndex index.php +DirectoryIndex index.html #ALIASES -RewriteRule accueil /index.php [L] -RewriteRule en/home /en/index.php [L] +RewriteRule accueil /index.html [L] +RewriteRule en/home /en/index.html [L] #Block IFrames Header set X-Frame-Options: "DENY"