Reputation: 9533
Hello all I have a controller which calls a model which returns after a db query an array to my view which prints some json which i can see in my browser.The problem is that this page has a 404 status header for no reason.
Any suggestions?
Upvotes: 0
Views: 373
Reputation: 12883
A page that shouldn't exist is often sends a 404 header in CodeIgniter.
You could do one of the following
If nothing works, it would be better if you posted some of your code, routing, etc that may help.
Upvotes: 1