From 3f5c20191ea2f7bfb3f520230c82d07d109db1c3 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 28 Jun 2023 16:32:14 +0200 Subject: [PATCH] wip #6092 @0.25 --- .../wp-content/themes/YvesCouzy/page-home.php | 12 +++++++++++- pavillonmadeleine.fr/.htaccess | 8 +++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/mdryvescouzy.com/wp-content/themes/YvesCouzy/page-home.php b/mdryvescouzy.com/wp-content/themes/YvesCouzy/page-home.php index 25107f93..97e8c4ce 100644 --- a/mdryvescouzy.com/wp-content/themes/YvesCouzy/page-home.php +++ b/mdryvescouzy.com/wp-content/themes/YvesCouzy/page-home.php @@ -9,7 +9,7 @@ $sidebar_1 = get_post_meta( $post->ID, 'yc_page_sidebar_1_content', true ); $thumbnail_sidebar_1 = get_post_meta( $post->ID, 'yc_page_thumbnail_sidebar_1_content', true ); ?> -
+
@@ -43,6 +43,16 @@ $thumbnail_sidebar_1 = get_post_meta( $post->ID, 'yc_page_thumbnail_sidebar_1_c
+
\ No newline at end of file diff --git a/pavillonmadeleine.fr/.htaccess b/pavillonmadeleine.fr/.htaccess index 763ddf25..23aa9729 100644 --- a/pavillonmadeleine.fr/.htaccess +++ b/pavillonmadeleine.fr/.htaccess @@ -1,6 +1,9 @@ RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + + RewriteCond %{HTTP_HOST} www.pavillonmadeleine.fr + RewriteRule ^(.*)$ https://www.lepavillondacote.fr/$1 [R=301,L] # BEGIN W3TC Browser Cache @@ -177,11 +180,6 @@ RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / - -RewriteCond %{HTTP_HOST} www.pavillonmadeleine.fr [OR] -RewriteCond %{HTTP_HOST} pavillonmadeleine.fr -RewriteRule ^(.*)$ https://www.lepavillondacote.fr/$1 [R=301,L] - RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -- 2.39.5