SEO MotionZ Forum

Full Version: Pages present but still showing 404
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My all pages are present and reachable but still google webmasters tool is showing 404 errors. How to stop it?
Fetch them manually. And see what it is saying. I am sure it will resolve the problem.
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.