Hi @maheshbhide - thanks for sending through the question! I believe by default (for performance) IIS is configured to serve requests with a .html suffix from disk. Because this is specific to your configuration I recommend you test it with your site or by setting up a new IIS based site.
The regex support will handle every request that is configured to be sent to Sitecore, so you'd have to configure something like:
Hi @maheshbhide - thanks for sending through the question! I believe by default (for performance) IIS is configured to serve requests with a .html suffix from disk. Because this is specific to your configuration I recommend you test it with your site or by setting up a new IIS based site.
The regex support will handle every request that is configured to be sent to Sitecore, so you'd have to configure something like:
Hope that helps, Chris.