How to Redirect 404 error to any webpage
Some time ago, I blog on how to redirect 404 page error to any webpage and create some interest to some people. So… today, I made a very simple video to show this point.
Here’s the code that I paste on it..
<HTML>
<HEAD>
<TITLE>Lost? | Joe Teh’s Technology Lobang Website’</title>
<meta name=”MSSmartTagsPreventParsing” content=”TRUE”>
<META NAME=”generator” CONTENT=”NoteTab Pro”>
<META HTTP-EQUIV=REFRESH CONTENT=”5;URL=http://www.techielobang.com”>
</HEAD>
<BODY>
<center>
<font face=”verdana, arial”>
<h2>oops … I think you got lost</h2>
<h3>We’ll return you to our Home Page<br>
and you can try again from there</h3>
</font>
</center>
</BODY>
</HTML>
If you cannot see properly, I have put up another one using Camtasia..
Here is the link..
http://www.marketingsecretsreviewed.com/go/404
Enjoy…



