When I visit a site of the form www.example.com/index.html on my AWS S3 hosted site, I expect to see the homepage. Instead I get redirected to www.example.com//
I have enabled S3 static website hosting and configured my index document as index.html
Can anybody help with what is going on here?
x-amz-website-redirect-locationsetting, does it? (It shouldn't). Also, the index document is just "index.html" and not "/index.html" -- right?