Simple question, let's pretend I have the following path:
http://example.com/subdir/index.html
I would like to be able to open that index.html page by typing this in the browser:
www.example.com/subdir
and hit enter to have the browser load its included index.html page.
Is that possible?
My goal is to have a few subdirectories with the same root domain (example.com) and be able to open the index.html pages of each subdirectory without having to add /index.html at the end.
Thanks so much!