CodeIgniter Forums
problem with tutorial - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: problem with tutorial (/showthread.php?tid=59543)



problem with tutorial - El Forum - 10-18-2013

[eluser]Unknown[/eluser]
I am using the codeigniter framework that is packaged with the latest version of Binami WAMP using localhost.
This tutorial was located in the User's Guide. I copied and pasted each bit of code and placed it in the proper folders. I had to modify their http:/www.example.com/ link to include codeigniter like this: http://localhost/codeigniter/index.php/about. I also modified the routes.php file like it said to do, commenting out the other $route code.

But with either method all I get is the default 404 page like it said would display if no home.php or about.php pages were found.
Thanks for any help you can give me.
Paul