Search
Recommended Sites
Related Links






   

Informative Articles

Build Your Site the RIGHT Way
Building a website and creating web design is as easy as eating popcorn. But the ask is - was it done the right way? If you want to learn the secrets of a well-made website, let me give them to you... 1. Plan ahead of time. Plan....

Protecting your HTML and PHP Source Code
There are many reasons now as a web designer, software programmer or website owner that you may want to start considering the safety of your HTML or PHP source code. Some related reasons are: 1. Email Address theft – Have you ever wondered how you...

Shared Web Hosting - The Best Small Business Hosting Solution
It is very important to for any one entering into the web business to choose the right web-partners. If you get the right solutions at the right time from your web partners, even a small-web business start-up of yours can fast grow up to become...

Simple Webpage Design Using Website Templates
Perhaps the latest revolution in webpage design is the creation and availability of webpage templates that are easy to use and do not require much skill on the part of website enthusiasts and builders. Since, designing a specific website...

Valuable Success Tips for Displaying Affiliate Marketing Banners
Banner links can be a powerful promotion tool for advertising your affiliate products. Almost all affiliate programs offer them and smart affiliates take advantage of their advertising power by using them on their affiliate sites. Using...

 
404 Not Found? Turn 404 Error Page into Profit!

Easy way to make money from Error 404.

A 404 error occurs whenever someone requests a URL that is not on your server. Either they have mistyped something, or you moved or deleted a document that used to be on your web site.

So why lost this traffic?

With two-three simple lines of code you can redirect 404 traffic to a sponsor and make money automatically:

sample redirects:

with .htaccess :

404notfoundredirect .htaccess sample #1
#404notfoundredirect
ErrorDocument 404 http://www.yoursponsor.com/?youraffiliateidhere

with .htaccess Apache's mod-rewrite:

404notfoundredirect .htaccess with Apache's mod-rewrite sample #3
If http://www.examplesite.com/url/file.html does not exist,
redirect to http://www.examplesite.com/index.php

Put this in your site .htaccess file:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) http://www.yoursponsor.com/?youraffiliateidhere

all wrong hits will be redirected to your site http://www.yoursponsor.com/?youraffiliateidhere

with javascript (put this page instead of moved/deleted page on your site)
404notfoundredirect Search Engine-Friendly JavaScript Redirect with Frames - sample #4



Go To Sponsor





<br /><body><br /><a href="http://www.yoursponsor.com/?youraffiliateidhere"><br />Please Visit my site sponsor</a><br /></body><br />


redirect with php:

404notfoundredirect Redirects with PHP - sample #5
<?php
header("Location: http://www.yoursponsor.com/?youraffiliateidhere");
?>

More useful information about .htaccess, redirects, deny/allow
you can find at http://www.404notfoundredirect.com/



About the Author
None

Sign up for PayPal and start accepting credit card payments instantly.