What you see in GWT is the actual HTTP response code. 404 in your case, a means "Not Found."
By definition, this marks the request as βNot Foundβ and what the GWT tells you.
In any PHP script, you can set the response code in addition to the exit. I do not understand the code /web/website-design.php
, so itβs hard to say what is wrong or if it is not at all.
You can search for the use of the header () function in your code. This function can set a response code.
hakre source share