How to create a 404 Page Not Found in Joomla
- Details
- Written by Luis Posselt
Inside this quick tutorial, you will learn how to create a 404 Page Not Found inside your Joomla Websites.
Now inside this video, we are going to be using the Free CMS Grey Joomla Template.
Even that this template already comes with the error 404 page, it will be really important for you to understand the whole process while creating custom 404 pages within Joomla.
So let’s go ahead and watch the video and don’t forget that if you are new to Joomla, I invite you to take my Free Joomla Tutorials for Beginners.
Watch Video How to create a 404 Page Not Found in Joomla
<?php/*** @version $Id: error.php 21322 2011-05-11 01:10:29Z dextercowley $* @package Joomla.Site* @copyright Copyright (C) 2005 - 2011 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: /joomla25/index.php?option=com_content&view=article&id=2');exit;}?>
Joomla Tutorials Blogs
Written on 13/06 by
8012
Written on 13/06 by
8732
Written on 11/06 by
8567
Written on 11/06 by
9178
Written on 11/06 by
6804
Written on 11/06 by
6588
FREE VIDEO JOOMLA TUTORIALS