You are here:  » blank jump page


blank jump page

Submitted by wesse249 on Mon, 2015-05-18 13:44 in

Hello David,

In google i have results of my old installation. Some page are white page.

For example: http://example.com/jump.php?id=45831

How can i generate an 404 page?

Thanks Jan Roel

Submitted by support on Mon, 2015-05-18 13:51

Hello Jan,

Sure in jump.php look for the following code at line 6:

  database_querySelect($sql,$rows);

...and REPLACE with:

  if (!database_querySelect($sql,$rows))
  {
    header("HTTP/1.0 404 Not Found");
    print "<html><head>404 Not Found</head><body><h1>404 Not Found</h1></body></html>";
    exit();
  }

Hope this helps!

Cheers,
David.
--
PriceTapestry.com