The “Page Not Found” page does not return the 404 status code…
Instead, it is sending 200 status code.... which is a bug.
I know it can be resolved with a header(), but that should be included in the enxt release.
One more problem I’m facing with CI is :
I use a user-specific menu on every page of my website. But, if a 404 error occured, I even
cant have that menu on that page and not even can i have the user’s name… Is there any good solution for this problem???
Currently, im redirecting to “http://www.mysite.com/notfound/” from the “error_404” page…
But, I need a better soln. in such a way that the page url should be present in the address bar..
Thanks in advance.
