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