Subversion Repositories Applications.papyrus

Rev

Rev 1838 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1838 jp_milcent 1
<?php header('HTTP/1.0 404 Not Found'); ?>
1286 florian 2
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'."\n"; ?>
457 florian 3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
<html xmlns="http://www.w3.org/1999/xhtml">
5
  <head>
6
    <title>Page introuvable</title>
1286 florian 7
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
457 florian 8
    <meta http-equiv="Content-language" content="fr" />
9
    <meta name="revisit-after" content="15 days" />
10
    <meta name="robots" content="noindex,nofollow" />
11
    <meta name="author" content="Papyrus" />
12
    <meta name="description" content="Page d'erreur 404." />
13
  </head>
14
  <body>
560 florian 15
      <h1>Page introuvable</h1>
457 florian 16
      <p>
1286 florian 17
        L'URL requise n'a pu etre trouv&eacute;e sur ce serveur.
18
        La r&eacute;f&eacute;rence sur  <a href="<?php echo $_REQUEST['url']; ?>">la page <?php echo $_REQUEST['url']; ?></a> semble &ecirc;tre erron&eacute;e ou perim&eacute;e.
19
        N'h&eacute;sitez pas &agrave; envoyer un courriel pour signaler ce probl&egrave;me.
457 florian 20
      </p>
21
  </body>
22
</html>