"Creating my Own PHP Framework" in order to understand some fundamental PHP concepts
To do this I created a .htaccess file in the route directory of the application
On my local Ubuntu 16.04 environment I know I'm using Apache for my HTTP server, so I'm following tutorials for that
Best resource was from this StackOverflow question on setting up .htaccess file (https://stackoverflow.com/questions/18406156/redirect-all-to-index-php-htaccess) and the second-best resource was the actual tutorial article itself (https://phpocean.com/tutorials/back-end/how-to-start-your-own-php-mvc-framework-in-4-steps/28)