Hi all,
Just checking and have discovered that this is not working as intended:
function page_not_found() {
header("HTTP/1.1 404 Not Found");
exit;
}
I call it when somthing goes awry in the code but when I check it, it's returning 200 OK
Anyone?
Nick