Welcome Guest, Not a member yet? Register   Sign In
page not found
#1

[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
#2

[eluser]ELRafael[/eluser]
put the code of blog.php file

do you have this kind?

Code:
class Blog extends Controller
{
  function Blog()
  {
    parent::Controller();
  }
  function index()
  {
    echo 'this is only a test of the emergency broadcast system';
  }
}




Theme © iAndrew 2016 - Forum software by © MyBB