![]() |
404 Page Not Found - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: 404 Page Not Found (/showthread.php?tid=41192) |
404 Page Not Found - El Forum - 04-30-2011 [eluser]Shaser[/eluser] Hi, I'm the codeigniter 2.0.0 new programer, maybe my question is stupid not to me, the the thing is I try to load a view and I get 404 error this is my controller code: class Cont_ins extends CI_Controller { function __construct() { parent::__construct(); } function index() { echo"test"; } } the error occurred when I try to access this address http://localshot/Codeigniter/index.php/mycon mycon was saved in controller folder. Thank you Sorry for my English!!! 404 Page Not Found - El Forum - 04-30-2011 [eluser]Shaser[/eluser] problem solved, I was a controller file named comp_ins.php I cut this part (_ins) and work perfectly. Thanks. |