From aca51a8d0425f8e06f5f84d4a2792b6b60a39785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sat, 8 Jan 2022 18:43:56 +0100 Subject: [PATCH] Sortir la redirection https --- core/module/config/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/module/config/config.php b/core/module/config/config.php index 42efdd46..28486345 100644 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -560,8 +560,6 @@ class config extends common { "\tRewriteCond %{REQUEST_FILENAME} !-f" . PHP_EOL . "\tRewriteCond %{REQUEST_FILENAME} !-d" . PHP_EOL . "\tRewriteRule ^(.*)$ index.php?$1 [L]" . PHP_EOL . - "\tRewriteCond %{SERVER_PORT} 80" . PHP_EOL . - "\tRewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]" . PHP_EOL . '', FILE_APPEND );