madotds |
01-30-2010 04:52 PM |
Quote:
Originally Posted by bilgicc
(Post 1951726)
Find on 404.php;
Code:
error_reporting(E_ALL & ~E_NOTICE);
Add above;
Code:
header("HTTP/1.0 404 Not Found");
header("Status: 404 Not Found");
Thanks for Add-ons ;)
|
Ok I have found that if I remove
Code:
header("HTTP/1.0 404 Not Found");
header("Status: 404 Not Found");
from the 404.php file this mod works fine, The page shows up and then redirects to where I want it to.
But by the looks of it I need to have these two lines in it, so not to upset google!? Can Anyone think of a reason why these 2 lines would stop my page from showing? PLEASE :) lol
Mark
|