.html extension leading to wrong 404 page
I have a scenario where if I access:
<domain>/blah-blah (non existing page) redirects me to correct 404 page.
BUT, if I access :
<domain>/blah-blah.html (non existing page with .html extension) redirects me to generic 404 page.
Expectation :
Both the scenarios should be redirecting me to custom 404 page (same as scenario1).
Open to suggestions, thanks in advance.
