Remove Facebook in social icons #2

Merged
deborah.jean merged 3 commits from deborah.jean/SiteWebAstrolabe_public:master into master 2025-09-08 09:54:44 +02:00
Showing only changes of commit 255fb0d3d0 - Show all commits

View File

@@ -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>