Skip to content

Commit dfbf846

Browse files
committed
301 redirects
1 parent 72a8cfb commit dfbf846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RewriteEngine on
33

44
# Transfer everything from http to https
55
RewriteCond %{HTTP:X-Forwarded-Proto} !https
6-
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=302,L]
6+
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
77

88
# Redirect visitors who request the root domain path (e.g. www.sparna.fr) to the appropriate language version
99
# Fallback to English version if no matching browser language defined

0 commit comments

Comments
 (0)