![]() |
page not found - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: page not found (/showthread.php?tid=3922) |
page not found - El Forum - 10-29-2007 [eluser]Unknown[/eluser] Hi Guys, I just dowloaded code igniter what i made i put the ci in the ftp path www.mysite.com/cc/ and made the following changes in the config file $config['base_url'] = "http://mysite.com/cc/"; i placed the blog.php in the controller folder which display the "hello" msg when i enter the path www.mysite.com/cc/index.php/blog/ it display the error msg page not found please help me Regards, J.Nirmalraj page not found - El Forum - 10-29-2007 [eluser]ELRafael[/eluser] put the code of blog.php file do you have this kind? Code: class Blog extends Controller |