I just downloaded the latest version of CodeIgniter(3.1.8). I'm using MAMP with Nginx and PHP 7.1.12.
I have successfully accessed the "Welcome to CodeIgniter" view at http://localhost:7888/codeigniter3/ (or localhost:7888/codeigniter3/index.php)
However, when I try to see the newly created page in the tutorial at http://localhost:7888/codeigniter3/index.php/Pages/view(or index.php/pages/view) I get
Any help would be greatly appreciated.
I have successfully accessed the "Welcome to CodeIgniter" view at http://localhost:7888/codeigniter3/ (or localhost:7888/codeigniter3/index.php)
However, when I try to see the newly created page in the tutorial at http://localhost:7888/codeigniter3/index.php/Pages/view(or index.php/pages/view) I get
404 Not Found
nginx/1.13.2
Any help would be greatly appreciated.