Elxis CMS Forum

Support => Elxis 4.x/5.x DEV => Topic started by: ahmet on January 23, 2013, 12:32:02

Title: 404 redirect
Post by: ahmet on January 23, 2013, 12:32:02
hello,
how can i redirect 404 to homepage??
Title: Re: 404 redirect
Post by: CREATIVE Options on January 23, 2013, 14:55:15
I suggest to add the following code into 404 page (root\templates\system\404.php)
BEWARE: Leave intact all the rest lines inside the document

Code: [Select]
<head>
....................
<meta http-equiv="Refresh" content="5; URL=www.domain.com">
</head>
 
Title: Re: 404 redirect
Post by: ahmet on January 23, 2013, 22:25:36
thank you very much..