From d00efa943c16181d5f7b28ad67ee86b906b9b8b7 Mon Sep 17 00:00:00 2001 From: asus Date: Sun, 5 Nov 2023 21:57:59 +0100 Subject: [PATCH] added forgotten third line of .htaccess --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index c9e98fd..fa6337a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,2 +1,3 @@ RewriteEngine On RewriteCond %{HTTPS} off +RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]