[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/ -> page_not_found.php (source)

   1  <?php
   2  /**

   3   * Handler for page not found errors

   4   * 

   5   * Generates a 301 Moved permanently error and redirects to index.php?main_page=page_not_found

   6   * Especially useful as for Google indexing

   7   *

   8   * @package general

   9   * @copyright Copyright 2003-2005 Zen Cart Development Team

  10   * @copyright Portions Copyright 2003 osCommerce

  11   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

  12   * @version $Id: page_not_found.php 2742 2005-12-30 21:12:44Z wilt $

  13   */
  14  /*

  15  * redirect to the page_not_found page after sending spiders the "moved" message

  16  */
  17  header("HTTP/1.1 301 Moved Permanently");
  18  header("Location: index.php?main_page=page_not_found");
  19  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics