From b8dbfb1389e5dcd04bca67be5378d783a8a471f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 3 Mar 2016 14:12:44 +0100 Subject: [PATCH] Updated htaccess --- .htaccess | 1 + 1 file changed, 1 insertion(+) 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]