From ddef5911081328ee343eb91a20d029a5bfa757a4 Mon Sep 17 00:00:00 2001 From: morgane Date: Mon, 29 Jun 2026 15:44:24 +0000 Subject: [PATCH] Actualiser .htaccess --- .htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index df08ac6..1388389 100644 --- a/.htaccess +++ b/.htaccess @@ -15,9 +15,9 @@ RewriteEngine On # Force HTTPS (skip when terminated TLS is forwarded — Traefik, Caddy, NPM, …) -RewriteCond %{HTTPS} !=on -RewriteCond %{HTTP:X-Forwarded-Proto} !^https$ [NC] -RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] +#RewriteCond %{HTTPS} !=on +#RewriteCond %{HTTP:X-Forwarded-Proto} !^https$ [NC] +#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # API routing RewriteCond %{REQUEST_FILENAME} !-f