Tuesday, September 24, 2013

Page not found headache

I have no clue why I am getting a page not found.
Seems so straight forward to even think where to look.

 

Controller:

public function manage_add(){

                echo 'hello';

                die();

}

 

manage_add view:

<h1>Where the hell are you?</h1>

 

I can see the index page no problem. I should see the "hello" before killing the request but it does not even get there.

Simply just goes to 404 page not found. Manually type the address in the browser same results.

 

Any ideas?

 

Thanks,

Dave

No comments: