From 9ccf1d893f56c7a50d370b70db0fe76276626e79 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Wed, 17 Feb 2021 19:02:18 +0000 Subject: [PATCH] WIP #4234 @0.75 --- pavillonmadeleine.fr/.htaccess | 5 ++++- pavillonmadeleine.fr/wp-content/themes/YvesCouzy/header.php | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pavillonmadeleine.fr/.htaccess b/pavillonmadeleine.fr/.htaccess index 6ccf9241..dce704e3 100644 --- a/pavillonmadeleine.fr/.htaccess +++ b/pavillonmadeleine.fr/.htaccess @@ -1,4 +1,7 @@ -SetEnv PHP_VER 5 + + RewriteCond %{HTTPS} off + RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + # BEGIN W3TC Browser Cache diff --git a/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/header.php b/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/header.php index 9098764f..6d5fa317 100644 --- a/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/header.php +++ b/pavillonmadeleine.fr/wp-content/themes/YvesCouzy/header.php @@ -21,8 +21,8 @@ - - + + @@ -105,4 +105,4 @@ - \ No newline at end of file + -- 2.39.5