Quote:
Originally Posted by Yalokin
|
Adding this to in the "head" section of skin/your-skin/404/404_en.html will cause the page to refresh and go to your homepage after 5 seconds. This is NOT recommended however.
<meta http-equiv="Refresh" content="5;url=http://www.labelsonthefly.com" />
The value "refresh" should be used carefully, as it takes the control of a page away from the user. Using "refresh" will cause a failure in W3C's Web Content Accessibility Guidelines.