You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
I am using altorouter for routing the paths but I want to use the parameters just after the domain like http://example.com/category-name which when executed gives the category name to the PHP file which then loads the data according to category name. My index file is like this:
Hi All,
I am using altorouter for routing the paths but I want to use the parameters just after the domain like http://example.com/category-name which when executed gives the category name to the PHP file which then loads the data according to category name. My index file is like this:
` require 'lib/AltoRouter.php';
`
I have found one issue similar to this https://stackoverflow.com/questions/36351681/altorouter-cant-figure-out-how-to-route-correctly-php
I want results like this described in this issue.
Can anyone help me out in this issue?
The text was updated successfully, but these errors were encountered: