Just wanted to put out a feature request, I find it frustrating that you can access a path by either /contact and /contact/index.html. This means it could be indexed twice - and may also play up with analytics.
S3 has routing rules that can handle the task of routing /contact/index.html to /contact as seen below
It just needs to be automated with s3_website. I assume there would be a config of some sort you can turn on that would apply these routing rules automatically?
Just wanted to put out a feature request, I find it frustrating that you can access a path by either
/contact
and/contact/index.html
. This means it could be indexed twice - and may also play up with analytics.S3 has routing rules that can handle the task of routing
/contact/index.html
to/contact
as seen belowIt just needs to be automated with s3_website. I assume there would be a config of some sort you can turn on that would apply these routing rules automatically?