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