b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: evocore ] [ index: evocore ] [ all elements ]

Source for file _404_not_found.page.php

Documentation is available at _404_not_found.page.php

  1. <?php
  2. /**
  3.  * This page displays an error message when we cannot resolve the extra path.
  4.  *
  5.  * This happens when you request an url of the form http://.../some_stub_file.php/some_malformed_extra_path/...
  6.  *
  7.  * b2evolution - {@link http://b2evolution.net/}
  8.  * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  9.  * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
  10.  *
  11.  * @package evocore
  12.  */
  13.  
  14. header('HTTP/1.0 404 Not Found');
  15. ?>
  16.  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18.     <head>
  19.         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  20.          <title>404 Not Found</title>
  21.     </head>
  22.     <body>
  23.         <h1>404 Not Found</h1>
  24.         <p>b2evolution cannot resolve the requested URL.</p>
  25.   </body>
  26. </html>
  27. <?php
  28.     debug_info();
  29.      exit;
  30. ?>

Documentation generated on Tue, 20 May 2008 01:52:11 +0200 by phpDocumentor 1.4.2