I want to have a website structure like this:
example.com/ - homepage
example.com/solutions/ - this will be the solution parent page
example.com/solutions/solution-one - child solution page
example.com/solutions/solution-two- child solution page
I have setup the example.com/solutions/index.html file so it can be opened as a parent page, but is shows me an error You don't have permission to access /solutions/.html on this server.
What is the problem? How can I open the parent directory page? I am just using regular HTML pages; no CMS or anything.