0
I’m using Cakephp’s Bake to facilitate development, I’ve analyzed the Models and Controllers it generated and they’re okay. Follow line of index method in one of the controllers.
public function index() {
$this->Category->recursive = 0;
$this->set('categories', $this->Paginator->paginate());
}
When I open in the browser gives error 404 NOT FOUND.
I followed some tutorials and activated the mod_rewrite
but it didn’t work.
Cakephp version is 2.3.1, also tested in 2.9.8.