Elxis CMS Forum
Support => Elxis 4.x/5.x DEV => Topic started by: ahmet on January 23, 2013, 12:32:02
-
hello,
how can i redirect 404 to homepage??
-
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
<head>
....................
<meta http-equiv="Refresh" content="5; URL=www.domain.com">
</head>
-
thank you very much..