Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error 404
#1
I have modified the file "index.php" in the aim to have a 404 header when you arrive on the "Oops page"... (needed if you want use Google Webmaster Tools.)

Code:
if ($private == 'Y') {
        header('Location: 403');
        exit;
    }

    if ($url == '403') {
        header('HTTP/1.0 404 Not Found');
    }

Brian

PS: Why use 403 instead of 404 ?
Reply


Messages In This Thread
Error 404 - by Brian - 2009-08-31, 23:11:32
Error 404 - by ccagle8 - 2009-09-02, 11:07:20



Users browsing this thread: 1 Guest(s)