We have a website, e.g. http://website.com in DNN 8.0.3. I created a folder "Event" from the root folder with a index.html in that folder. I access http://website.com/Event/ and it display the content in index.html. I create another subfolder, Subevent, under Event with the same index.html in the subfolder. I tried to access http://website.com/Event/Subevent/ but it give me a 404 error. When I access http://website.com/Event/Subevent/index.html, it display the content normally. How can I configure DNN such that it will allow me to access index.html which is residing in more than 2nd level of subfolder?