[ Index ] |
|
Code source de b2evolution 2.1.0-beta |
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 * @package evocore 8 */ 9 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' ); 10 11 12 header('HTTP/1.0 404 Not Found'); 13 header('Content-Type: text/html; charset=iso-8859-1'); // no translation 14 ?> 15 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 16 <html xmlns="http://www.w3.org/1999/xhtml"> 17 <head> 18 <title>404 Not Found</title> 19 </head> 20 <body> 21 <h1>404 Not Found</h1> 22 <p><a href="<?php echo $baseurl ?>"><?php echo $app_name ?></a> cannot resolve the requested URL.</p> 23 <?php 24 debug_info(); 25 ?> 26 </body> 27 </html> 28 <?php 29 exit; 30 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |