mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated htaccess
This commit is contained in:
@@ -5,6 +5,7 @@ RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
|
|||||||
RewriteCond %{HTTPS} !=on
|
RewriteCond %{HTTPS} !=on
|
||||||
RewriteRule ^(.*)$ https://%1/$1 [L]
|
RewriteRule ^(.*)$ https://%1/$1 [L]
|
||||||
|
|
||||||
|
RewriteCond %{HTTP_HOST} ^(.*zoff.no.*)$
|
||||||
RewriteCond %{HTTPS} !=on
|
RewriteCond %{HTTPS} !=on
|
||||||
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [L]
|
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [L]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user