Simple file based routing
I want a website to allow the following
http://127.0.0.1:5173/ show index page
http://127.0.0.1:5173/social
http://127.0.0.1:5173/walks
http://127.0.0.1:5173/members/social
http://127.0.0.1:5173/members/walks
In other words show the index page + 4 different web pages
It has changed in Aug 2022 so at the moment there lots of examples on the web that are now out of date.