I have CloudFront distributing a static website. the way it is now example.com leads to index.html. to go to any other page I need to use the .html extension (example.com/contact.html). is there a way to have example.com/contact lead to contact.html which would allow me to get rid of the .html extension in the URL
I tried to see if I can do it in both origins and behavior but haven't found a way.