diff --git a/.htaccess b/.htaccess index a012614a..1b7c145e 100755 --- a/.htaccess +++ b/.htaccess @@ -5,6 +5,7 @@ RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%1/$1 [L] +RewriteCond %{HTTP_HOST} ^(.*zoff.no.*)$ RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [L]