From b4ab365314b8c35b7ddc0aa82ec303cfccfbc5c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=93=9C=F0=9D=93=AA=F0=9D=93=AC=F0=9D=93=AE=E2=84=A2?= <71522630+theoneandonlymace@users.noreply.github.com> Date: Thu, 2 Apr 2026 13:40:56 +0200 Subject: [PATCH] Update .htaccess for HTTPS redirection: Modified the RewriteCond to include both hexahost.de and dev.hexahost.de, ensuring secure connections for both domains. --- public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index 860efcc..6d78843 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -20,7 +20,7 @@ RewriteEngine On RewriteCond %{HTTPS} off - RewriteCond %{HTTP_HOST} ^(www\.)?hexahost\.de$ [NC] + RewriteCond %{HTTP_HOST} ^(www\.)?(hexahost\.de|dev\.hexahost\.de)$ [NC] RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # PHP-Endung aus URLs entfernen