Do not redirect astrolabe.test to astrolabe.coop domain (for dev use)

This commit is contained in:
2025-09-08 09:39:52 +02:00
parent 69f9d7609e
commit 255fb0d3d0

View File

@@ -12,5 +12,6 @@ ErrorDocument 404 /404.html
RewriteEngine On RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https [OR] RewriteCond %{HTTP:X-Forwarded-Proto} !https [OR]
RewriteCond %{HTTP_HOST} ^astrolabe\.coop [NC] RewriteCond %{HTTP_HOST} ^astrolabe\.coop [NC]
RewriteCond %{HTTP_HOST} !^astrolabe\.test [NC]
RewriteRule ^ https://www.astrolabe.coop%{REQUEST_URI} [L,NE,R=301] RewriteRule ^ https://www.astrolabe.coop%{REQUEST_URI} [L,NE,R=301]
</IfModule> </IfModule>