From: Vincent Vanwaelscappel Date: Mon, 20 Feb 2023 10:38:33 +0000 (+0100) Subject: wip #5739 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ca374ad88756bfb5102aaa460dc079fb8ebd31db;p=couzy.git wip #5739 @0.75 --- diff --git a/pavillonmadeleine.fr/.htaccess b/pavillonmadeleine.fr/.htaccess index dce704e3..763ddf25 100644 --- a/pavillonmadeleine.fr/.htaccess +++ b/pavillonmadeleine.fr/.htaccess @@ -177,6 +177,11 @@ 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 diff --git a/pavillonmadeleine.fr/.idea/deployment.xml b/pavillonmadeleine.fr/.idea/deployment.xml index 6dff468d..ef36cc6d 100644 --- a/pavillonmadeleine.fr/.idea/deployment.xml +++ b/pavillonmadeleine.fr/.idea/deployment.xml @@ -1,6 +1,7 @@ - + +