Getting started

Navigation

About

This demo page is reachable via /about.

The URL is rewritten by .htaccess to index.php?url=about.

In index.php, the router reads url and selects AboutController in the switch.

This is the same pattern you can use for your own routes and pages.