I am looking to incorporate a News section on my website with the unique URL: mysite.com/news
Each news article should be stored in a specific folder named "News" like this: mysite.com/news/2021
However, when I attempt to access the news.html file (without the .html extension), it automatically opens the "News" folder and displays a 403 error.
Is there a way to access the "News" HTML file without explicitly mentioning the .html extension?