Sortir la redirection https

This commit is contained in:
Fred Tempez 2022-01-08 18:43:56 +01:00
parent 7b825054d2
commit aca51a8d04
1 changed files with 0 additions and 2 deletions

View File

@ -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 .
'</IfModule>',
FILE_APPEND
);