A simple setup to use a routing system for PHP websites. For complete instructions on how to create routes for your website or application, read the comments in Route.php
Previously, this system required an SQL table and database connection to function; however after rethinking this, it was concluded that that is overkill. A file in the root called Routes.php is now all that is necessary.