Quantcast
Channel: Форум программистов и сисадминов Киберфорум
Viewing all articles
Browse latest Browse all 514769

Не работает 404 - Joomla

$
0
0
Ребята. Есть сайт http://elochcka.in.ua.
Все что нужно - это сделать 404 страницу.
Создала материал. Скрытый пункт меню. error.php имеет вид:
:

        <?php
        defined('JPATH_BASE') or die();
        echo file_get_contents(JURI::root().'/index.php?option=com_content&view=article&id=9');
?>

<? defined( '_JEXEC' ) or die( 'Restricted index access' );
if (($this->error->code) == '404')
{
 echo file_get_contents(JURI::root().'/index.php?option=com_content&view=article&id=9');
}
?>

Но перенаправляет меня все равно сюда http://elochcka.in.ua/component/virtuemart/?Itemid=0.
В чем проблема? Где искать?

Viewing all articles
Browse latest Browse all 514769

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>