Open peterbe opened 5 years ago
To stay true to legacy, we should redirect a GET to / to be 301 to /en-US/.
/
/en-US/
Also, we should figure out how our default routing works in S3 website hosting so that a GET to /index.html also 301 redirects to /en-US/.
/index.html
To stay true to legacy, we should redirect a GET to
/
to be 301 to/en-US/
.Also, we should figure out how our default routing works in S3 website hosting so that a GET to
/index.html
also 301 redirects to/en-US/
.