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