We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a8cfb commit dfbf846Copy full SHA for dfbf846
static/.htaccess
@@ -3,7 +3,7 @@ RewriteEngine on
3
4
# Transfer everything from http to https
5
RewriteCond %{HTTP:X-Forwarded-Proto} !https
6
-RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=302,L]
+RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
7
8
# Redirect visitors who request the root domain path (e.g. www.sparna.fr) to the appropriate language version
9
# Fallback to English version if no matching browser language defined
0 commit comments