Redirect 404 error to main page

GK User
Mon Dec 17, 2012 5:30 pm
Hello there,

I have a game magazine template and i make it like i want but I can't redirect the 404 error the main page. For example an expired link from google, when i click the i want to take me to the main page not the 404.
How can I do that.

Thank you
User avatar
Junior Boarder

Konrad M
Tue Dec 18, 2012 8:42 am
Hi,
please go to template folder and here you will find error.php file. Please edit it. Remove all and try add this:
Code: Select all
<?php

   header( 'Location: http://www.yoursite.com/' ) ;

?>
User avatar


cron