Hey guys im looking in my cpannel, im just curious i see http status code
404 Document Not Found (hits on favicon excluded)
405 Method not allowed
any ideas
Hey guys im looking in my cpannel, im just curious i see http status code
404 Document Not Found (hits on favicon excluded)
405 Method not allowed
any ideas
anyone


What exactly is your question?
what do these codes mean


Error 404 occurs when somebody is trying to request a file that does not exist on your server. For example, if somebody tries to access yourdomain.com/randomname.php, your server would return error 404.
From what I found on Google, error 405 occurs when you are trying to use an unsupported method, for example, using POST request on a static page.
Bookmarks