Hello everyone.
I am new to DNN and I want to make pages that provide a lot of information about some diseases. Seeing that the number of disease is much, I dont know if make each individual page would be a good idea. I want to make one page and then pass the disease name as a path and also make it SEO compliant. For example, www.mywebsite/diseases would be the path to the page and then each disease would be accessed by www.mywebsite/diseases/malaria . And the page would read the /malaria path and use it to dynamically populate the diseases page.
I know how to do this in MVC but a bit lost on how to do it on DNN.
Any help would be appreciated. Thanks