mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-23 18:05:34 +00:00
Trying small fix for redirecting and such
This commit is contained in:
@@ -3,18 +3,20 @@ RewriteEngine on
|
||||
RewriteBase /
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
|
||||
RewriteCond %{HTTP_HOST} ^zoff.me
|
||||
RewriteCond %{HTTPS} !=on
|
||||
RewriteRule ^(.*)$ https://zoff.me/$1 [L]
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
|
||||
RewriteCond %{HTTP_HOST} ^zoff.me
|
||||
RewriteRule ^(.*)$ https://zoff.me/$1 [L]
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^(.*zoff.me.*)$
|
||||
RewriteCond %{HTTPS} !=on
|
||||
RewriteRule ^/?(.*) https://zoff.me/$1 [L]
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^zoff.no
|
||||
RewriteRule ^/?(.*) https://zoff.me/$1 [L]
|
||||
#RewriteCond %{HTTP_HOST} ^zoff.no
|
||||
#RewriteRule ^/?(.*) https://zoff.me/$1 [L]
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^remote.zoff.no
|
||||
RewriteRule ^/?(.*) https://remote.zoff.me/$1 [L]
|
||||
|
||||
Reference in New Issue
Block a user