How to create a 404 Page Not Found in Joomla

How to create a 404 Page Not Found in JoomlaInside 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;}?>
 

Free Weekly Video Joomla TutorialsFREE VIDEO JOOMLA TUTORIALS

Subscribe below and enjoy our weekly Joomla Video Tutorials.

IMPORTANT! You will need to confirm your subscription. Otherwise, you won't receive new tutorials.

More Interesting Joomla Blogs

Written on 19/04/2012, 03:21 by Luis Posselt
add-background-images-custom-html-modulesInside this Joomla Video Tutorial, you will learn how to easily insert images inside the...
109680
Written on 14/04/2012, 22:08 by Luis Posselt
create-simple-lightbox-effects-joomlaWith this simple Joomla tutorial, you will learn how to create a simple Lightbox effect...
126220
Written on 12/02/2012, 08:49 by Luis Posselt
what-dofollow-linkToday I have a simple explanation of what DoFollow Links are. Now if you have never been on...
528600
Written on 26/05/2012, 05:27 by Luis Posselt
cmswhite-free-joomla-templateHello there, inside this quick post, I just want to inform that today we are releasing our...
108300

Free Responsive Joomla Templates - Download Them Today!

Joomla Tutorials Blogs

Written on 13/06 by Luis Posselt
change-joomla-backgroundInside this Joomla Video Tutorial, I will show you how to change your Joomla Backgrounds. Now even that this process won’t work with every Joomla Template, you...
Written on 13/06 by Luis Posselt
create-joomla-slideshow Hello my friends Luis here and inside this Joomla Tutorial, I will show you how to create a Joomla Slideshow. Inside this example I am going to be using the...
Written on 11/06 by Luis Posselt
redirect-joomla-users-loginInside this video blog, I will show you how to redirect Joomla users when login. With this simple setting, you will be able to redirect your Joomla users to any...
Written on 11/06 by Luis Posselt
joomla-registration-formInside this video blog, I will show you how to create a Joomla Registration Form. This registration form will be an essential tool for any Joomla Website that is...
Written on 11/06 by Luis Posselt
joomla-login-pageWith this video blog, I will show you how to create a Joomla Login Page. This login page will be essential if you have users inside your website. Now keep in...
Written on 11/06 by Luis Posselt
joomla-login-module Hello there Luis here and inside this video post, I will show you how to create a Joomla Login Module. Now keep in mind that this is not about developing or...