Re-Directing a 404 Error
-
I have a several 404 errors within my website. I want to create a 404 Re-direct to my home page, but am not sure how to do it. This is what’s listed in my 404 template in wordpress.
<?php get_header(); ?>
<div class=”contentArea”>
<h3 class=”contentHeader”><?php _e(‘Error 404 – Not Found’, ‘Arjuna’); ?></h3>
<p><?php _e(‘Sorry, but you are looking for something that isn\’t here. ‘, ‘Eos’); ?></p>
</div><?php get_sidebar(); ?>
<?php get_footer(); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Re-Directing a 404 Error’ is closed to new replies.