I'm using PHPFox for my website. Suppose I want to see the profile of user with user id 126. Whenever I click on any user name following URL appears in the address bar http://34.144.60.142/profile-126/
(In case of user_id 126. For other users some other number may appear like profile-244 for user with user_id 244).
From the above URL I'm not at all getting how the profile request is processed and profile data is fetched.
Can someone please explain me how the routing is done in PHPFox in detail.
Thanks.