I am hosting a static website with the Google Cloud Platform. I can't figure out how to remove the .html file extension from the URL. Ideally, I would like to have my url read "https://www.website.com/index"
I have tried using .htaccess files, but have not had any luck. I have seen people talking about using a file called "app.yaml", but I am still confused.
What is the best way to remove the .html file extension from a Google Cloud Platform URL?