Compare commits

...

2 Commits

Author SHA1 Message Date
edsea
aeb1ecd50a Merge branch 'main' of https://vault.corpintech.net/eddie/stellaamor.com
All checks were successful
Deploy (stellaamor) / deploy (push) Successful in 2s
2025-10-09 00:36:01 +02:00
edsea
810b033a14 Fix ssl issue 2025-10-09 00:35:50 +02:00

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