SEO MotionZ Forum
Pages present but still showing 404 - Printable Version

+- SEO MotionZ Forum (https://seomotionz.com)
+-- Forum: Search Engine Optimization (https://seomotionz.com/forumdisplay.php?fid=7)
+--- Forum: SEO General (https://seomotionz.com/forumdisplay.php?fid=22)
+--- Thread: Pages present but still showing 404 (/showthread.php?tid=1289)



Pages present but still showing 404 - mediamonster - 04-07-2016

My all pages are present and reachable but still google webmasters tool is showing 404 errors. How to stop it?


Re: Pages present but still showing 404 - anush - 04-07-2016

Fetch them manually. And see what it is saying. I am sure it will resolve the problem.


Re: Pages present but still showing 404 - albertocosta - 04-11-2016

I have a file secret.php which is built-in in index.php and I desire to explain a 404 error page while someone tries to access secret.php directly. But

header("Location: this_site_certainly_does_not_exist");

in secure.php is not a answer, since I want the URL the user typed (e.g. example.com/secret.php) to be visible in the browser's URL bar when the error page is shown, instead of redirecting.