Print this article
  Email to friend
404 Not Found? Turn 404 Error Page into Profit!
Author:

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


location.replace("http://www.yoursponsor.com/?youraffiliateidhere")

   ( Next Page )


Rate this article:  (No ratings yet)

 Saving ...

RECENT ARTICLES FROM COMPUTER PROGRAMMING CATEGORY
Get Linked - Part Two (Author: Mark Steadman)

Swap In last week's article: "The Secret Behind the Internet" I discussed the vital role that linking has to play in your Internet ...


Learning the Adobe software (Author: Kristine Llabres)

Students, professionals and interested persons are always interested in learning news stuffs especially when it comes to computer technology and its software. There is always a room for learning new things ...


Benefits of Website Design with Director 8.5 (Author: Bernice Ly)

The software program of Director 8.5 has proven itself to be a very useful tool when it comes to designing WebPages. Many people would argue that interactive multimedia is distractive and does not ...


The Advantages of Web Page Template Designs: Tips and Guides on Which To Choose (Author: Jay Peterson)

Building and creating a website is a nightmarish task especially if you don't have the slightest idea on what you are suppose to do. Staring on an empty screen and waiting for some creative ideas to ...


Registering Your Users by Stealth (Author: Lee Asher)

One of the best ways to collect information about your visitors and let them interact with your website is to register them - that is, give them a password they can identify themselves with next time ...


SEARCH
Search for:


In:


NEWSLETTER
E-mail address:


Name:


Copyright ©2007 HyperArticles.com. All Rights Reserved. - Privacy Policy - Disclaimer