From: Vincent Vanwaelscappel Date: Sun, 1 Oct 2023 09:50:07 +0000 (+0200) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=dac7570a26104c2fd7c2157ec61f9398b8d7d9ea;p=rodadocavaco.git . --- diff --git a/.htaccess b/.htaccess index eb0569b..4443322 100644 --- a/.htaccess +++ b/.htaccess @@ -4,6 +4,10 @@ # Toute modification des directives situées entre ces marqueurs sera surchargée. RewriteEngine On + +RewriteCond %{HTTPS} off +RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L] + RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 73e7ee0..c8384b4 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,6 +1,7 @@ - + +