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