P
P
paulvales2015-08-12 20:09:28
CodeIgniter
paulvales, 2015-08-12 20:09:28

How to fix in Codeignater?

Hello, I am studying this product 3 versions according to the lessons for the second. Everything set up. And changed the main class in the controller:

class First extends CI_Controller {

  public function index()
  {
    echo 'Hello';
  }
}

And I launch http://site/news/index.php/first
Now, with any of my actions, it gives out:
404 Page Not Found
The page you requested was not found.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
evnuh, 2015-08-12
@paulvales

news/index.php/first
where does news come from?
where does index.php come from in this path?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question