/404 Page return 200 OK status code.

Issue #1 resolved
Former user created an issue

/404 Page return 200 OK status code. It's no good for SEO. Work bug fix: Comment or delete in Plugin.php: //$statusCode = 200; //if (!$page) //$statusCode = 404; And change to return default CMS statusCode: return Response::make($result, $controller->getStatusCode(), $headers);

Comments (1)

  1. Log in to comment