All the URLs on my site use the .html extension. I'd like to make it so that any URLs that are entered into the browser without the .html extension are redirected to the URL with the .html extension.
In summary, I want this
http://example.com/page
to redirect to
http://example.com/page.html
I feel like this question had to have been asked before but I cannot seem to find it.