Capitolize on Error Pages

by 1 replies
1
Hi Warriors,
Here is a cool trick to never miss a visitor again. Capitolize on your error pages. Its actually pretty simple.

Goto your error pages and use this code:

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.bwhmedia.com/index.html">

Change the url to where ever you want your visitor to be directed to...

Your site, a cpa offer, a capture page, what ever....

you will never loose another visitor to an error page again!

To your success,
Temlawn
#programming #capitolize #error #pages
  • Here is a JavaScript alternate,

    Code:
    <script> window.setTimeout(function(){window.location.href='http://www.domain.com/'},5000); </script>
    5000 = 5sec

Next Topics on Trending Feed