Creating a New URI Route
Created by josh
July 28, 2020 6:58:14 PM PDT
To create a new route, the user must have privileges to Add Routes. The user should probably have visibility to the codebase, so it can be determined what PHP file to route the URI request to and what $_GET
parameters may be used.
Below the list of current routes, there is a form to input the required regex pattern, destination controller and optional description.