Do not redirect astrolabe.test to astrolabe.coop domain (for dev use)
This commit is contained in:
@@ -12,5 +12,6 @@ ErrorDocument 404 /404.html
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTP:X-Forwarded-Proto} !https [OR]
|
||||
RewriteCond %{HTTP_HOST} ^astrolabe\.coop [NC]
|
||||
RewriteCond %{HTTP_HOST} !^astrolabe\.test [NC]
|
||||
RewriteRule ^ https://www.astrolabe.coop%{REQUEST_URI} [L,NE,R=301]
|
||||
</IfModule>
|
||||
|
||||
Reference in New Issue
Block a user