We are transitioning to DNN Evoq.
We have a website with around 52 sub directories. It is impossible for us to transition all 52 sub directories at once.
The initial migration plan was that we would move the root webpages into DNN and copy all the basic HTML webpages into the DNN directory as is. This would allow us to migrate each subdirectory one-by-one.
However, when i copy my plain html website subdirectory into the DNN directory, the content only appears if I type the default document page name.
For Example,
DNN ROOT
------ HTMLSITE1
-------------- DEFAULT.HTM
-------------- CONTACTUS.HTM
------- OTHER DNN FILES
When I navigate to:
http://www.mydnn.com/HTMLSITE1/
I get a 404 error.
When I navigate to:
http://www.mydnn.com/HTMLSITE1/default.htm
everything works as expected.
How can I resolve this issue so that default documents work in subdirectories?