From 810b033a143d0b1a44ec533fa9a9b3114c7b879f Mon Sep 17 00:00:00 2001 From: edsea Date: Thu, 9 Oct 2025 00:35:50 +0200 Subject: [PATCH] Fix ssl issue --- home/.htaccess | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/.htaccess b/home/.htaccess index 7c915e6..473f0a7 100644 --- a/home/.htaccess +++ b/home/.htaccess @@ -2,9 +2,6 @@ RewriteEngine On RewriteBase / - RewriteCond %{HTTPS} off - RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] - RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d