So, the idea is to remove the .html extension from each page so ...
www.website.com/File.html > www.website.com/File www.website.com/Folder/File.html > www.website.com/Folder/File
Now I managed to do this using the Rewrite URL, but that means writing a rewrite for each page, which is time consuming, inefficient and impractical if the site exceeds 20 pages.
Is there a way to do this by writing only one or two rewrites in the web.config file?
Ryano source share