Updated htaccess

This commit is contained in:
Kasper Rynning-Tønnesen
2016-03-03 14:12:44 +01:00
parent 2aab835fbc
commit b8dbfb1389

View File

@@ -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]