Search
Recommended Sites
Related Links






   

Informative Articles

Accessible Web?
The web started out its life as a collection of simple HTML pages which were, by nature, accessible. Many people with disabilities latched onto the web as a revolutionary new way for them to communicate. However, since the commercialisation and...

How to Test Your Web Site Usability
How to Test Your Web Site Usability Copyright 2002 by Herman Drost When designing a web site, you are never sure how it appears to all people. This is because people use different browsers, resolutions, computers and connection speeds to the...

Internet Marketing Tools -- Text Editor Basics
If you've spent any time exploring your computer, you've probably noticed a program called Notepad. To be honest, I never really used the program prior to developing my Internet business, as I simply used my word processing program. Now, I don't...

Putting Sound on your Web Site - Part 3
Making MIDI Files for your site HTML Code The best way to put auto playing sound on your web site is MIDI. If you'd like the sound to load automatically and loop in the background this is the best code to use in for both Netscape and Explorer. ...

Website Design and Programming - Introduction to Web Forms
There is practically no website without at least a form in one of its pages. Forms are useful to collect data from the website visitors and users. Once the user submits the form to the server, a form processing script must get the form...

 
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.