CodeIgniter Forums
user profile help - 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: user profile help (/showthread.php?tid=45184)



user profile help - El Forum - 09-12-2011

[eluser]Unknown[/eluser]
Hi been using Ci for the past month or so i looking into doing user profiles, ive been looking at the URI (if im correct)

im trying to achieve http://localhost/index.php/user/sam (for example) then that will use URI to grab the last segment (2) and display user details

but im getting


404 Page Not Found

The page you requested was not found.

help?