ciao, la mia pagina 404 risulta con status 200 e non 404
la voce di menu che punta ad un articolo vuoto ha: noindex nofollow
inserito nel file robot:
Disallow: /index.php?option=com_content&view=article&id=75
Disallow: /errore404.html
il codice nel file error è:
<?php
/**
* @package Joomla.Site
* @subpackage Template.system
*
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
if (($this->error->getCode()) == '404') {
header('Location: ' . JRoute::_("index.php?option=com_content&view=article&id=75&Itemid=602", false));
exit;
}