Hello,
I've testet your plugin and it seems to be a very interesting plugin. Please accept my consideration about the url structure.
Your plugin works according to this schema:
page ---> http://foo.bar/page.html
- subpage ---> http://foo.bar/page/subpage.html
-- subsubpage ---> http://foo.bar/page/subpage/subsubpage.html
If I look into a "real" web-page/server-structure, the according schema looks a little bit different so your plugin should handle different to make a better mapping:
page (without children) ---> http://foo.bar/page.html
page (with children) ---> http://foo.bar/page/
(better: http://foo.bar/page/<defaultindexfile)
- subpage (without children) ---> http://foo.bar/subpage.html
- subpage (with children) ---> http://foo.bar/subpage/ etc. http://foo.bar/subpage/<defaultindexfile>
and so on. The variable "defaultindexfile" should be a configurable field.
Please let me know what do you think about this proposal.
Best regards,
Besim