Joomla 404 Redirect


update template error.php

// no direct access
defined('_JEXEC') or die('Restricted access');

if (($this->error->getCode()) == '404') {
header('Location: /index.php?option=com_content&view=article&id=5');
exit;
}

bSundry Technologiesβ„’ | Yorba Linda, CA 92886 | 1-657-859-1338 | This email address is being protected from spambots. You need JavaScript enabled to view it.
All Content Herein is Copyright Β© and Trademarked (TM). | All rights reserved.