Fix ssl issue

This commit is contained in:
edsea
2025-10-09 00:35:50 +02:00
parent f7e691a24c
commit 810b033a14

View File

@@ -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