trOnGAtE
switch to dark mode

How Basic URL Routing Works
Imagine you've been hired to build a database driven web app for a chess club. Let's assume that the URL for invoking (displaying) a particular member's profile page takes the following form:
example.com/members/profile/88
With Trongate's basic URL routing, the URL above would:
​
The Rules (for basic routing)
As you can see, Trongate follows a simple set of rules for mapping a URL to a particular module and method. The rules for basic URL routing are:
HELP & SUPPORT
If you have a question or a comment relating to anything you've see here, please goto the Help Bar.