Tutorial
Remove extension from URL

Removing File Extensions from URLs

🎉

Read This on Github

This article is available on Github. You can read it there and contribute to it.
Github Link
Any Issue ?

⭐ Problem

Explain

Problem Statement : In the previous chapter we noticed that If we want to render a html page we have to use http://localhost:5000/nameofthefile.html . Here you can notice that we have to use the file extension .html . But if we want to render a html page without using the file extension .html then we have to do some changes in the code.